Skip to content

Commit 004a652

Browse files
build(deps): bump docker/build-push-action from 5 to 6 (#382)
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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c76c3c0 commit 004a652

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Docker Buildx
1616
uses: docker/setup-buildx-action@v3
1717
- name: Build without push
18-
uses: docker/build-push-action@v5
18+
uses: docker/build-push-action@v6
1919
with:
2020
context: .
2121
platforms: linux/amd64

.github/workflows/push-docker-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
-
5555
name: Build and push
5656
id: build_push_image
57-
uses: docker/build-push-action@v5
57+
uses: docker/build-push-action@v6
5858
with:
5959
file: Dockerfile
6060
context: .

0 commit comments

Comments
 (0)