File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159
160160 - name : Create and push manifest (latest)
161161 id : manifest-latest
162- uses : Noelware/docker-manifest-action@b33ab348026b120a895167160f5605b0197f0862
162+ uses : Noelware/docker-manifest-action@f28ea24f3298760adb21e97192a135ccadf5d983
163163 with :
164164 inputs : ghcr.io/${{ github.repository }}:latest
165165 images : |
@@ -175,7 +175,7 @@ jobs:
175175
176176 - name : Create and push manifest (time)
177177 id : manifest-time
178- uses : Noelware/docker-manifest-action@b33ab348026b120a895167160f5605b0197f0862
178+ uses : Noelware/docker-manifest-action@f28ea24f3298760adb21e97192a135ccadf5d983
179179 with :
180180 inputs : ghcr.io/${{ github.repository }}:${{ steps.get-date.outputs.date }}
181181 images : |
@@ -240,7 +240,7 @@ jobs:
240240
241241 - name : Create and push manifest (PR)
242242 id : manifest-time
243- uses : Noelware/docker-manifest-action@b33ab348026b120a895167160f5605b0197f0862
243+ uses : Noelware/docker-manifest-action@f28ea24f3298760adb21e97192a135ccadf5d983
244244 with :
245245 inputs : ghcr.io/${{ github.repository }}:pr-${{ steps.pr.outputs.PR_NUMBER }}
246246 images : |
You can’t perform that action at this time.
0 commit comments