Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.10.0 to 6.11.0 (#1944)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent c05b53e commit 4485472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bats-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
driver-opts: network=host
- name: Build Docker image
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
context: .
file: ./tests/Dockerfile.${{ matrix.platform }}-BATS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installation-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
driver-opts: network=host
- name: Build Docker image
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.11.0
with:
context: .
file: ${{ matrix.dockerfile }}
Expand Down

0 comments on commit 4485472

Please sign in to comment.