File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152
153153 - name : Create and push manifest (latest)
154154 id : manifest-latest
155- uses : Noelware/docker-manifest-action@dbe59e31eb61049f37aa51bfc7f44d899215008e
155+ uses : Noelware/docker-manifest-action@3e059a2aceb8e1b28b6026c322790597c8245e40
156156 with :
157157 inputs : ghcr.io/${{ github.repository }}:latest
158158 images : |
@@ -168,7 +168,7 @@ jobs:
168168
169169 - name : Create and push manifest (time)
170170 id : manifest-time
171- uses : Noelware/docker-manifest-action@dbe59e31eb61049f37aa51bfc7f44d899215008e
171+ uses : Noelware/docker-manifest-action@3e059a2aceb8e1b28b6026c322790597c8245e40
172172 with :
173173 inputs : ghcr.io/${{ github.repository }}:${{ steps.get-date.outputs.date }}
174174 images : |
@@ -233,7 +233,7 @@ jobs:
233233
234234 - name : Create and push manifest (PR)
235235 id : manifest-time
236- uses : Noelware/docker-manifest-action@dbe59e31eb61049f37aa51bfc7f44d899215008e
236+ uses : Noelware/docker-manifest-action@3e059a2aceb8e1b28b6026c322790597c8245e40
237237 with :
238238 inputs : ghcr.io/${{ github.repository }}:pr-${{ steps.pr.outputs.PR_NUMBER }}
239239 images : |
You can’t perform that action at this time.
0 commit comments