Skip to content

Commit 5ffc57c

Browse files
build(deps): bump docker/build-push-action from 6.10.0 to 6.11.0 (#724)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec377b9 commit 5ffc57c

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
@@ -173,7 +173,7 @@ jobs:
173173
run: echo ${{ steps.buildx.outputs.platforms }}
174174

175175
- name: Docker Buildx (build)
176-
uses: docker/build-push-action@v6.10.0
176+
uses: docker/build-push-action@v6.11.0
177177
if: success() && !contains(github.ref, 'master')
178178
with:
179179
push: false
@@ -191,7 +191,7 @@ jobs:
191191
password: ${{ secrets.DOCKER_PASSWORD }}
192192

193193
- name: Docker Buildx (push)
194-
uses: docker/build-push-action@v6.10.0
194+
uses: docker/build-push-action@v6.11.0
195195
if: success() && github.event_name != 'pull_request' && contains(github.ref, 'master')
196196
with:
197197
push: true

0 commit comments

Comments
 (0)