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

Commit 1632d84

Browse files
Bump docker/build-push-action from 6.16.0 to 6.18.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.16.0 to 6.18.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@14487ce...2634353) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 24e08e5 commit 1632d84

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@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v5
56+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # 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@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
79+
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
8080
with:
8181
context: .
8282
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)