Skip to content

Commit c7aab15

Browse files
ci(deps): Bump docker/build-push-action from 6.16.0 to 6.17.0 (#230)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43ebed1 commit c7aab15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ jobs:
391391
ref: ${{ env.REF }}
392392
- id: validate
393393
name: Validate build configuration
394-
uses: docker/build-push-action@v6.16.0
394+
uses: docker/build-push-action@v6.17.0
395395
with:
396396
call: check
397397
context: .
@@ -430,7 +430,7 @@ jobs:
430430
uses: docker/[email protected]
431431
- id: build-push
432432
name: Build and push container image
433-
uses: docker/build-push-action@v6.16.0
433+
uses: docker/build-push-action@v6.17.0
434434
with:
435435
annotations: ${{ steps.metadata.outputs.annotations }}
436436
build-args: |

0 commit comments

Comments
 (0)