Skip to content

Commit 0203c3f

Browse files
chore(deps): update noelware/docker-manifest-action digest to 3e059a2
1 parent b3e2560 commit 0203c3f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)