Skip to content

Commit f19a63d

Browse files
committed
Update manifest action
1 parent 9ac1b26 commit f19a63d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build_all.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ jobs:
153153

154154
- name: Create and push manifest (latest)
155155
id: manifest-latest
156-
uses: Noelware/docker-manifest-action@dbe59e31eb61049f37aa51bfc7f44d899215008e
156+
uses: Noelware/docker-manifest-action@65660a0ebf876a67d8374f1ff4c3ae5b7a3aeb50 # v1
157157
with:
158158
inputs: ghcr.io/${{ github.repository }}:latest
159-
images: |
159+
tags: |
160160
ghcr.io/${{ github.repository }}:latest-amd64,
161161
ghcr.io/${{ github.repository }}:latest-arm64
162162
push: true
@@ -169,10 +169,10 @@ jobs:
169169
170170
- name: Create and push manifest (time)
171171
id: manifest-time
172-
uses: Noelware/docker-manifest-action@dbe59e31eb61049f37aa51bfc7f44d899215008e
172+
uses: Noelware/docker-manifest-action@65660a0ebf876a67d8374f1ff4c3ae5b7a3aeb50 # v1
173173
with:
174174
inputs: ghcr.io/${{ github.repository }}:${{ steps.get-date.outputs.date }}
175-
images: |
175+
tags: |
176176
ghcr.io/${{ github.repository }}:${{ steps.get-date.outputs.date }}-amd64,
177177
ghcr.io/${{ github.repository }}:${{ steps.get-date.outputs.date }}-arm64
178178
push: true
@@ -234,10 +234,10 @@ jobs:
234234

235235
- name: Create and push manifest (PR)
236236
id: manifest-time
237-
uses: Noelware/docker-manifest-action@dbe59e31eb61049f37aa51bfc7f44d899215008e
237+
uses: Noelware/docker-manifest-action@65660a0ebf876a67d8374f1ff4c3ae5b7a3aeb50 # v1
238238
with:
239239
inputs: ghcr.io/${{ github.repository }}:pr-${{ steps.pr.outputs.PR_NUMBER }}
240-
images: |
240+
tags: |
241241
ghcr.io/${{ github.repository }}:pr-${{ steps.pr.outputs.PR_NUMBER }}-amd64,
242242
ghcr.io/${{ github.repository }}:pr-${{ steps.pr.outputs.PR_NUMBER }}-arm64
243243
push: true

0 commit comments

Comments
 (0)