Skip to content

Commit 4049ae7

Browse files
chore(deps): bump crazy-max/ghaction-docker-meta from 5 to 6
Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 5 to 6. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Commits](docker/metadata-action@v5...v6) --- updated-dependencies: - dependency-name: crazy-max/ghaction-docker-meta dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7eb6a39 commit 4049ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "imageName=$imageName" >> $GITHUB_ENV
2626
- name: Docker meta
2727
id: docker_meta
28-
uses: crazy-max/ghaction-docker-meta@v5
28+
uses: crazy-max/ghaction-docker-meta@v6
2929
with:
3030
images: ${{ env.imageName }}
3131
- name: Set up QEMU

0 commit comments

Comments
 (0)