Skip to content

Commit 7bb2d08

Browse files
build(deps): bump docker/metadata-action from 5 to 6 (#1531)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5 to 6. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5...v6) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 460d17c commit 7bb2d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Set Docker metadata (Ubuntu & NVM variant)
3636
id: meta-ubuntu
37-
uses: docker/metadata-action@v5
37+
uses: docker/metadata-action@v6
3838
with:
3939
images: |
4040
ghcr.io/${{ github.repository }}/echidna
@@ -126,7 +126,7 @@ jobs:
126126

127127
- name: Set Docker metadata (Ubuntu & NVM variant)
128128
id: meta-ubuntu
129-
uses: docker/metadata-action@v5
129+
uses: docker/metadata-action@v6
130130
with:
131131
images: |
132132
ghcr.io/${{ github.repository }}/echidna

0 commit comments

Comments
 (0)