Skip to content

Commit a1f83c6

Browse files
Bump docker/metadata-action from 5 to 6
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>
1 parent ec45385 commit a1f83c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# https://github.com/docker/metadata-action
3636
- name: Extract Docker metadata
3737
id: meta
38-
uses: docker/metadata-action@v5
38+
uses: docker/metadata-action@v6
3939
with:
4040
images: ghcr.io/${{ github.repository }}
4141

@@ -85,7 +85,7 @@ jobs:
8585
# https://github.com/docker/metadata-action
8686
- name: Extract Docker metadata
8787
id: meta
88-
uses: docker/metadata-action@v5
88+
uses: docker/metadata-action@v6
8989
with:
9090
images: ${{ github.repository }}
9191

0 commit comments

Comments
 (0)