Skip to content

Commit

Permalink
changed workflow to use ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamna committed Apr 24, 2024
1 parent b48da96 commit ed54397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.DOCKERHUB_CLI_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Get Image Tags
id: tags
Expand Down

0 comments on commit ed54397

Please sign in to comment.