Skip to content

Commit f04b637

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

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
@@ -181,7 +181,7 @@ jobs:
181181
run: echo ${{ steps.buildx.outputs.platforms }}
182182

183183
- name: Docker Buildx (build)
184-
uses: docker/build-push-action@v6.10.0
184+
uses: docker/build-push-action@v6.11.0
185185
if: success() && !contains(github.ref, 'master')
186186
with:
187187
push: false
@@ -199,7 +199,7 @@ jobs:
199199
password: ${{ secrets.DOCKER_PASSWORD }}
200200

201201
- name: Docker Buildx (push)
202-
uses: docker/build-push-action@v6.10.0
202+
uses: docker/build-push-action@v6.11.0
203203
if: success() && github.event_name != 'pull_request' && contains(github.ref, 'master')
204204
with:
205205
push: true

0 commit comments

Comments
 (0)