File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 43
43
44
44
- name : Get artifact name
45
45
id : getartifactname
46
- run : echo "artifact=$(printf '%s-%s- digests' ${{ matrix.image }} ${{ matrix.platform }} | sed 's/\//-/g;s/\./-/g')" >> "$GITHUB_OUTPUT"
46
+ run : echo "artifact=$(printf '%s-digests' ${{ matrix.image }} | sed 's/\//-/g;s/\./-/g')" >> "$GITHUB_OUTPUT"
47
47
48
48
# Define tagging policy
49
49
# - everything coming in another branch than default one is considered edge (unstable)
89
89
90
90
- name : Build and push by digest
91
91
id : build
92
- uses : docker/build-push-action@v5
92
+ uses : docker/build-push-action@v4
93
93
with :
94
94
context : .
95
95
platforms : ${{ matrix.platform }}
@@ -119,17 +119,13 @@ jobs:
119
119
strategy :
120
120
fail-fast : false
121
121
matrix :
122
- platform :
123
- - linux/amd64
124
- - linux/arm64
125
- - linux/arm/v7
126
122
image :
127
123
- eveseat/seat
128
124
- ghcr.io/eveseat/seat
129
125
steps :
130
126
- name : Get artifact name
131
127
id : getartifactname
132
- run : echo "artifact=$(printf '%s-%s- digests' ${{ matrix.image }} ${{ matrix.platform }} | sed 's/\//-/g;s/\./-/g')" >> "$GITHUB_OUTPUT"
128
+ run : echo "artifact=$(printf '%s-digests' ${{ matrix.image }} | sed 's/\//-/g;s/\./-/g')" >> "$GITHUB_OUTPUT"
133
129
134
130
- name : Download digests
135
131
uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments