Skip to content

Commit 927c995

Browse files
ci(deps): bump docker/build-push-action from 7.0.0 to 7.1.0 (#435)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 322bd5a commit 927c995

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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@v7.0.0
394+
uses: docker/build-push-action@v7.1.0
395395
with:
396396
call: check
397397
context: .
@@ -430,7 +430,7 @@ jobs:
430430
uses: docker/setup-buildx-action@v4.0.0
431431
- id: build-push
432432
name: Build and push container image
433-
uses: docker/build-push-action@v7.0.0
433+
uses: docker/build-push-action@v7.1.0
434434
with:
435435
annotations: ${{ steps.metadata.outputs.annotations }}
436436
build-args: |

0 commit comments

Comments
 (0)