Skip to content

Commit 5f01710

Browse files
build(deps): bump docker/build-push-action from 6.9.0 to 6.10.0 (#661)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.9.0 to 6.10.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.9.0...v6.10.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 ffc710d commit 5f01710

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
@@ -186,7 +186,7 @@ jobs:
186186
run: echo ${{ steps.buildx.outputs.platforms }}
187187

188188
- name: Docker Buildx (build)
189-
uses: docker/build-push-action@v6.9.0
189+
uses: docker/build-push-action@v6.10.0
190190
if: success() && !contains(github.ref, 'master')
191191
with:
192192
push: false
@@ -204,7 +204,7 @@ jobs:
204204
password: ${{ secrets.DOCKER_PASSWORD }}
205205

206206
- name: Docker Buildx (push)
207-
uses: docker/build-push-action@v6.9.0
207+
uses: docker/build-push-action@v6.10.0
208208
if: success() && github.event_name != 'pull_request' && contains(github.ref, 'master')
209209
with:
210210
push: true

0 commit comments

Comments
 (0)