Skip to content

Commit d6edb01

Browse files
committed
test
1 parent 56b9ce6 commit d6edb01

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
@@ -153,7 +153,7 @@ jobs:
153153

154154
- name: Create and push manifest (latest)
155155
id: manifest-latest
156-
uses: Noelware/docker-manifest-action@cc9b3f2759a9fab730ca9341af08e99e52936053
156+
uses: Noelware/docker-manifest-action@8e7bf207f76bb1875b6beefe249a8fef27a37d96
157157
with:
158158
inputs: ghcr.io/${{ github.repository }}:latest
159159
tags: |
@@ -169,7 +169,7 @@ jobs:
169169
170170
- name: Create and push manifest (time)
171171
id: manifest-time
172-
uses: Noelware/docker-manifest-action@cc9b3f2759a9fab730ca9341af08e99e52936053
172+
uses: Noelware/docker-manifest-action@8e7bf207f76bb1875b6beefe249a8fef27a37d96
173173
with:
174174
inputs: ghcr.io/${{ github.repository }}:${{ steps.get-date.outputs.date }}
175175
tags: |
@@ -234,7 +234,7 @@ jobs:
234234

235235
- name: Create and push manifest (PR)
236236
id: manifest-time
237-
uses: Noelware/docker-manifest-action@cc9b3f2759a9fab730ca9341af08e99e52936053
237+
uses: Noelware/docker-manifest-action@8e7bf207f76bb1875b6beefe249a8fef27a37d96
238238
with:
239239
inputs: ghcr.io/${{ github.repository }}:pr-${{ steps.pr.outputs.PR_NUMBER }}
240240
tags: |

0 commit comments

Comments
 (0)