Skip to content

Commit ad36eab

Browse files
build(deps): bump docker/build-push-action from 6.12.0 to 6.13.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.12.0 to 6.13.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.12.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] <[email protected]>
1 parent 77595f9 commit ad36eab

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
@@ -76,7 +76,7 @@ jobs:
7676
install: true
7777

7878
- name: Docker Buildx (build)
79-
uses: docker/build-push-action@v6.12.0
79+
uses: docker/build-push-action@v6.13.0
8080
if: success() && !contains(github.ref, 'master')
8181
with:
8282
push: false
@@ -94,7 +94,7 @@ jobs:
9494
password: ${{ secrets.DOCKER_PASSWORD }}
9595

9696
- name: Docker Buildx (push)
97-
uses: docker/build-push-action@v6.12.0
97+
uses: docker/build-push-action@v6.13.0
9898
if: success() && github.event_name != 'pull_request' && contains(github.ref, 'master')
9999
with:
100100
push: true

0 commit comments

Comments
 (0)