We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a36417 commit aa08543Copy full SHA for aa08543
.github/workflows/release.yaml
@@ -30,7 +30,7 @@ jobs:
30
context: .
31
platforms: linux/amd64,linux/arm64
32
push: true
33
- tags: quickube/piper:${{ github.ref_name }},quickube/piper:${{ github.ref_name }}:latest
+ tags: quickube/piper:${{ github.ref_name }},quickube/piper:latest
34
labels: ${{ steps.meta.outputs.labels }}
35
cache-from: type=gha
36
cache-to: type=gha,mode=max
0 commit comments