Skip to content

Commit

Permalink
Fix Docker Hub username
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlgo11 committed May 7, 2022
1 parent c5ebcc1 commit 91b97ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: docker/metadata-action@v3
with:
images: |
${{ GITHUB.REPOSITORY }}
${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}
ghcr.io/${{ GITHUB.REPOSITORY }}
tags: |
type=semver,pattern={{version}}
Expand Down

0 comments on commit 91b97ad

Please sign in to comment.