Skip to content

Commit

Permalink
Merge pull request #53 from koterpillar/authenticate-to-ghcr
Browse files Browse the repository at this point in the history
authenticate to ghcr
  • Loading branch information
koterpillar authored Mar 16, 2024
2 parents 76222ea + b568c05 commit 364217b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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
3 changes: 1 addition & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
{
"dockerRegistry": "ghcr.io",
"dockerProject": "koterpillar",
"dockerImage": "multiblog",
"dockerTags": ["latest", "{{version}}"]
"dockerImage": "multiblog"
}
],
"@semantic-release/github"
Expand Down

0 comments on commit 364217b

Please sign in to comment.