Skip to content

Commit

Permalink
fix: add GH packages access for docker publish (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
derschnee68 committed Dec 7, 2023
1 parent c9dc099 commit bef179d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -167,6 +167,9 @@ jobs:
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- run: |
echo "//npm.pkg.github.com/:_authToken=${{ secrets.ORG_GITHUB_PACKAGES_PAT }}" > ~/.npmrc
echo "registry=https://npm.pkg.github.com/dasch-swiss" >> ~/.npmrc
- run: make docker-publish

trigger-dev-deployment:
Expand Down

0 comments on commit bef179d

Please sign in to comment.