Skip to content

Commit 2fe1426

Browse files
build(deps): bump docker/build-push-action from 4 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8928381 commit 2fe1426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
registry: ghcr.io
2525
username: ${{ github.actor }}
2626
password: ${{ github.token }}
27-
- uses: docker/build-push-action@v4
27+
- uses: docker/build-push-action@v6
2828
with:
2929
context: .
3030
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)