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 fbbfe54 commit cc060adCopy full SHA for cc060ad
.github/workflows/build-image.yaml
@@ -58,5 +58,5 @@ jobs:
58
platforms: ${{ env.IMAGE_PLATFORMS }}
59
push: true
60
tags: |
61
- ghcr.io/${{ env.GITHUB_REPOSITORY }}:latest
62
- ghcr.io/${{ env.GITHUB_REPOSITORY }}:${{ needs.generate_tag.outputs.output }}
+ ghcr.io/${{ github.repository }}:latest
+ ghcr.io/${{ github.repository }}:${{ needs.generate_tag.outputs.output }}
0 commit comments