Skip to content

Commit f7049de

Browse files
dependabot[bot]michalosmenda
authored andcommitted
Bump docker/metadata-action from 5 to 6 (#39)
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 992b3b8 commit f7049de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
registry: ghcr.io
8585
username: ${{ github.actor }}
8686
password: ${{ secrets.GITHUB_TOKEN }}
87-
- uses: docker/metadata-action@v5
87+
- uses: docker/metadata-action@v6
8888
id: meta
8989
with:
9090
images: ghcr.io/${{ github.repository }}

0 commit comments

Comments
 (0)