We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e735a0 commit 5774e21Copy full SHA for 5774e21
1 file changed
.github/workflows/build-push.yaml
@@ -60,6 +60,7 @@ jobs:
60
push: true
61
tags: |
62
ghcr.io/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
63
+ ${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
64
target: ${{ matrix.target }}
65
cache-from: type=local,src=/home/runner/.buildx-cache
66
cache-to: type=local,dest=/home/runner/.buildx-cache,mode=max
0 commit comments