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 9ed3d68 commit dab883dCopy full SHA for dab883d
.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