Skip to content

Commit b3c4a9d

Browse files
Bump docker/metadata-action from 4.5.0 to 4.6.0 (#587)
1 parent 38fe0b5 commit b3c4a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
# https://github.com/docker/metadata-action
213213
- name: Extract Docker metadata
214214
id: meta
215-
uses: docker/metadata-action@v4.5.0
215+
uses: docker/metadata-action@v4.6.0
216216
with:
217217
images: |
218218
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
@@ -231,7 +231,7 @@ jobs:
231231

232232
- name: Extract Alpine Docker metadata
233233
id: meta-alpine
234-
uses: docker/metadata-action@v4.5.0
234+
uses: docker/metadata-action@v4.6.0
235235
with:
236236
flavor: |
237237
latest=auto

0 commit comments

Comments
 (0)