Skip to content

Commit 332c8b4

Browse files
chore(deps): update noelware/docker-manifest-action digest to f28ea24 (#22)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 53b1d9c commit 332c8b4

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
@@ -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: |

0 commit comments

Comments
 (0)