We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02f58f commit 5b33753Copy full SHA for 5b33753
.github/workflows/build.yaml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
33
images: |
34
- "${{env.DOCKER_REGISTRY}}/${{secrets.DOCKER_USERNAME}}/${{ env.IMAGE_NAME }}"
+ "${{ env.DOCKER_REGISTRY }}/${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}"
35
tags: |
36
type=raw,value={{branch}}-sha-{{sha}}
37
0 commit comments