Skip to content

Commit

Permalink
fix: Authenticate to GitHub container registry when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
koterpillar committed Mar 16, 2024
1 parent 30b38ad commit b568c05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKER_REGISTRY_USER: ${{ github.actor }}
DOCKER_REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
run: |
npx \
--package @codedependant/semantic-release-docker@4 \
Expand Down

0 comments on commit b568c05

Please sign in to comment.