Skip to content

Commit 17a597d

Browse files
Bump docker/build-push-action from 6.11.0 to 6.12.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.11.0 to 6.12.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.11.0...v6.12.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 79bf09a commit 17a597d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: docker/setup-buildx-action@v3.8.0
5959

6060
- name: Build (test build linux/amd64)
61-
uses: docker/build-push-action@v6.11.0
61+
uses: docker/build-push-action@v6.12.0
6262
with:
6363
load: true
6464
labels: |
@@ -83,7 +83,7 @@ jobs:
8383
password: ${{ secrets.DOCKERHUB_TOKEN }}
8484

8585
- name: Build and Push (linux/amd64,linux/arm64)
86-
uses: docker/build-push-action@v6.11.0
86+
uses: docker/build-push-action@v6.12.0
8787
with:
8888
labels: |
8989
org.opencontainers.image.created=${{ steps.prep.outputs.created }}

0 commit comments

Comments
 (0)