We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ed3d68 + dab883d commit 7b1367dCopy full SHA for 7b1367d
.github/workflows/build.yaml
@@ -72,7 +72,7 @@ jobs:
72
context: .
73
file: ${{ env.CONTAINERFILE }}
74
push: ${{ env.PUSH }}
75
- tags: ${{ steps.meta.outputs.tags }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
+ tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
76
labels: ${{ steps.meta.outputs.labels }}
77
platforms: linux/amd64,linux/arm64
78
cache-from: type=gha
0 commit comments