Skip to content

Commit aa08543

Browse files
authored
ci: fix release image version (#47)
1 parent 9a36417 commit aa08543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
context: .
3131
platforms: linux/amd64,linux/arm64
3232
push: true
33-
tags: quickube/piper:${{ github.ref_name }},quickube/piper:${{ github.ref_name }}:latest
33+
tags: quickube/piper:${{ github.ref_name }},quickube/piper:latest
3434
labels: ${{ steps.meta.outputs.labels }}
3535
cache-from: type=gha
3636
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)