Skip to content

Commit c209026

Browse files
ci(deps): bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 38bec80 commit c209026

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
@@ -24,7 +24,7 @@ jobs:
2424
uses: docker/setup-buildx-action@v3
2525

2626
- name: Build Docker image for testing
27-
uses: docker/build-push-action@v5
27+
uses: docker/build-push-action@v6
2828
with:
2929
context: .
3030
push: false
@@ -85,7 +85,7 @@ jobs:
8585
type=raw,value=latest,enable={{is_default_branch}}
8686
8787
- name: Build and push Docker image
88-
uses: docker/build-push-action@v5
88+
uses: docker/build-push-action@v6
8989
with:
9090
context: .
9191
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)