Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit 036f06d

Browse files
Bump docker/build-push-action from 6.10.0 to 6.13.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.10.0 to 6.13.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.10.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 d5aa112 commit 036f06d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
-
2626
name: Build and push
27-
uses: docker/build-push-action@v6.10.0
27+
uses: docker/build-push-action@v6.13.0
2828
with:
2929
context: ./
3030
file: ./Dockerfile

.github/workflows/docker_tagged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
-
3636
name: Build and push
3737
id: docker_build
38-
uses: docker/build-push-action@v6.10.0
38+
uses: docker/build-push-action@v6.13.0
3939
with:
4040
context: ./
4141
file: ./Dockerfile

0 commit comments

Comments
 (0)