File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,14 @@ jobs:
63
63
- name : create manifests
64
64
run : |
65
65
docker manifest create ghcr.io/diced/zipline:trunk-${{ steps.sha.outputs.short_sha }} \
66
- --amend ghcr.io/diced/zipline:v4 -${{ steps.sha.outputs.short_sha }}-amd64 \
67
- --amend ghcr.io/diced/zipline:v4 -${{ steps.sha.outputs.short_sha }}-arm64 && \
66
+ --amend ghcr.io/diced/zipline:trunk -${{ steps.sha.outputs.short_sha }}-amd64 \
67
+ --amend ghcr.io/diced/zipline:trunk -${{ steps.sha.outputs.short_sha }}-arm64 && \
68
68
docker manifest create ghcr.io/diced/zipline:trunk \
69
- --amend ghcr.io/diced/zipline:v4 -${{ steps.sha.outputs.short_sha }}-amd64 \
70
- --amend ghcr.io/diced/zipline:v4 -${{ steps.sha.outputs.short_sha }}-arm64
69
+ --amend ghcr.io/diced/zipline:trunk -${{ steps.sha.outputs.short_sha }}-amd64 \
70
+ --amend ghcr.io/diced/zipline:trunk -${{ steps.sha.outputs.short_sha }}-arm64
71
71
docker manifest create ghcr.io/diced/zipline:v4 \
72
- --amend ghcr.io/diced/zipline:v4 -${{ steps.sha.outputs.short_sha }}-amd64 \
73
- --amend ghcr.io/diced/zipline:v4 -${{ steps.sha.outputs.short_sha }}-arm64
72
+ --amend ghcr.io/diced/zipline:trunk -${{ steps.sha.outputs.short_sha }}-amd64 \
73
+ --amend ghcr.io/diced/zipline:trunk -${{ steps.sha.outputs.short_sha }}-arm64
74
74
75
75
- name : push manifests
76
76
run : |
You can’t perform that action at this time.
0 commit comments