Skip to content

Commit 91b97ad

Browse files
committed
Fix Docker Hub username
1 parent c5ebcc1 commit 91b97ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/production-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: docker/metadata-action@v3
1616
with:
1717
images: |
18-
${{ GITHUB.REPOSITORY }}
18+
${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}
1919
ghcr.io/${{ GITHUB.REPOSITORY }}
2020
tags: |
2121
type=semver,pattern={{version}}

0 commit comments

Comments
 (0)