Skip to content

Commit 359c6c1

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 5fd045b commit 359c6c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
type=raw,value=latest
303303
304304
- name: Build and push Docker image
305-
uses: docker/build-push-action@v5
305+
uses: docker/build-push-action@v6
306306
with:
307307
context: .
308308
file: ./Dockerfile

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: docker/setup-buildx-action@v3
9797

9898
- name: Build Docker image
99-
uses: docker/build-push-action@v5
99+
uses: docker/build-push-action@v6
100100
with:
101101
context: .
102102
file: ./Dockerfile

0 commit comments

Comments
 (0)