Skip to content

Commit 333f145

Browse files
Bump docker/metadata-action from 4.2.0 to 4.3.0 (#472)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 851995b commit 333f145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
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.2.0
215+
uses: docker/metadata-action@v4.3.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.2.0
234+
uses: docker/metadata-action@v4.3.0
235235
with:
236236
flavor: |
237237
latest=auto

0 commit comments

Comments
 (0)