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

Commit 974ce96

Browse files
Bump docker/build-push-action from 6.14.0 to 6.15.0 (#1166)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.14.0 to 6.15.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@0adf995...471d1dc) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yolanda Robla Mota <[email protected]>
1 parent 0b2d71a commit 974ce96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
git lfs pull
5454
- name: Test build - ${{ inputs.platform }}
5555
id: docker_build
56-
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v5
56+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v5
5757
with:
5858
context: .
5959
file: ./Dockerfile

.github/workflows/image-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
git lfs pull
7777
- name: Build and Push Image
7878
id: image-build
79-
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6
79+
uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
8080
with:
8181
context: .
8282
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)