Skip to content

Commit 320c95a

Browse files
build(deps): bump docker/build-push-action from 6.11.0 to 6.12.0 (#730)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 940651e commit 320c95a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
install: true
7373

7474
- name: Docker Buildx (build)
75-
uses: docker/build-push-action@v6.11.0
75+
uses: docker/build-push-action@v6.12.0
7676
if: success() && !contains(github.ref, 'master')
7777
with:
7878
push: false
@@ -90,7 +90,7 @@ jobs:
9090
password: ${{ secrets.DOCKER_PASSWORD }}
9191

9292
- name: Docker Buildx (push)
93-
uses: docker/build-push-action@v6.11.0
93+
uses: docker/build-push-action@v6.12.0
9494
if: success() && github.event_name != 'pull_request' && contains(github.ref, 'master')
9595
with:
9696
push: true

0 commit comments

Comments
 (0)