File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,10 +157,8 @@ jobs:
157157 with :
158158 inputs : ghcr.io/${{ github.repository }}:latest
159159 tags : |
160- ghcr.io/${{ github.repository }}:latest-amd64,
161- ghcr.io/${{ github.repository }}:latest-arm64
160+ ghcr.io/${{ github.repository }}:latest-amd64,ghcr.io/${{ github.repository }}:latest-arm64
162161 push : true
163- append : true
164162
165163 - name : Get Date
166164 id : get-date
@@ -174,10 +172,8 @@ jobs:
174172 with :
175173 inputs : ghcr.io/${{ github.repository }}:${{ steps.get-date.outputs.date }}
176174 tags : |
177- ghcr.io/${{ github.repository }}:${{ steps.get-date.outputs.date }}-amd64,
178- ghcr.io/${{ github.repository }}:${{ steps.get-date.outputs.date }}-arm64
175+ ghcr.io/${{ github.repository }}:${{ steps.get-date.outputs.date }}-amd64,ghcr.io/${{ github.repository }}:${{ steps.get-date.outputs.date }}-arm64
179176 push : true
180- append : true
181177
182178 - name : Install Cosign
183179 uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
@@ -240,7 +236,5 @@ jobs:
240236 with :
241237 inputs : ghcr.io/${{ github.repository }}:pr-${{ steps.pr.outputs.PR_NUMBER }}
242238 tags : |
243- ghcr.io/${{ github.repository }}:pr-${{ steps.pr.outputs.PR_NUMBER }}-amd64,
244- ghcr.io/${{ github.repository }}:pr-${{ steps.pr.outputs.PR_NUMBER }}-arm64
239+ ghcr.io/${{ github.repository }}:pr-${{ steps.pr.outputs.PR_NUMBER }}-amd64,ghcr.io/${{ github.repository }}:pr-${{ steps.pr.outputs.PR_NUMBER }}-arm64
245240 push : true
246- append : true
You can’t perform that action at this time.
0 commit comments