Skip to content

Commit

Permalink
fix: use ghcr prefix in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Dec 15, 2023
1 parent 74a821a commit dcaa840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
with:
context: .
push: true
tags: ${{ github.repository_owner }}/moksha-mint:latest
tags: ghcr.io/${{ github.repository_owner }}/moksha-mint:latest
secrets: |
GIT_AUTH_TOKEN=${{ secrets.GHCR_RW }}

0 comments on commit dcaa840

Please sign in to comment.