File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153153
154154 - name : Create and push manifest (latest)
155155 id : manifest-latest
156- uses : Noelware/docker-manifest-action@f28ea24f3298760adb21e97192a135ccadf5d983
156+ uses : Noelware/docker-manifest-action@dbe59e31eb61049f37aa51bfc7f44d899215008e
157157 with :
158158 inputs : ghcr.io/${{ github.repository }}:latest
159159 images : |
@@ -169,7 +169,7 @@ jobs:
169169
170170 - name : Create and push manifest (time)
171171 id : manifest-time
172- uses : Noelware/docker-manifest-action@f28ea24f3298760adb21e97192a135ccadf5d983
172+ uses : Noelware/docker-manifest-action@dbe59e31eb61049f37aa51bfc7f44d899215008e
173173 with :
174174 inputs : ghcr.io/${{ github.repository }}:${{ steps.get-date.outputs.date }}
175175 images : |
@@ -234,7 +234,7 @@ jobs:
234234
235235 - name : Create and push manifest (PR)
236236 id : manifest-time
237- uses : Noelware/docker-manifest-action@f28ea24f3298760adb21e97192a135ccadf5d983
237+ uses : Noelware/docker-manifest-action@dbe59e31eb61049f37aa51bfc7f44d899215008e
238238 with :
239239 inputs : ghcr.io/${{ github.repository }}:pr-${{ steps.pr.outputs.PR_NUMBER }}
240240 images : |
You can’t perform that action at this time.
0 commit comments