We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ebcc1 commit 91b97adCopy full SHA for 91b97ad
.github/workflows/production-build.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: docker/metadata-action@v3
16
with:
17
images: |
18
- ${{ GITHUB.REPOSITORY }}
+ ${{ secrets.DOCKER_USERNAME }}/${{ github.event.repository.name }}
19
ghcr.io/${{ GITHUB.REPOSITORY }}
20
tags: |
21
type=semver,pattern={{version}}
0 commit comments