Skip to content

Commit b9ab951

Browse files
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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54aec98 commit b9ab951

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: docker/setup-buildx-action@v3
2121

2222
- name: Build Docker image
23-
uses: docker/build-push-action@v5
23+
uses: docker/build-push-action@v6
2424
with:
2525
context: .
2626
push: false

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Build and push Docker image
6767
id: push
68-
uses: docker/build-push-action@v5
68+
uses: docker/build-push-action@v6
6969
with:
7070
context: ./
7171
push: true

0 commit comments

Comments
 (0)