Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 12b3762

Browse files
Bump docker/build-push-action from 6.12.0 to 6.13.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.12.0 to 6.13.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.12.0...v6.13.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 06e9f12 commit 12b3762

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
)" >"${GITHUB_ENV}"
2626
2727
- id: docker_build
28-
uses: docker/build-push-action@v6.12.0
28+
uses: docker/build-push-action@v6.13.0
2929
with:
3030
context: .
3131
push: false

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: docker/setup-buildx-action@v3.8.0
5555

5656
- id: docker_build
57-
uses: docker/build-push-action@v6.12.0
57+
uses: docker/build-push-action@v6.13.0
5858
with:
5959
context: .
6060
push: true

0 commit comments

Comments
 (0)