Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.11.0 to 6.12.0 (#1956)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent 3740b27 commit cd71194
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.11.0
uses: docker/build-push-action@v6.12.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.11.0
uses: docker/build-push-action@v6.12.0
with:
context: .
file: ${{ matrix.dockerfile }}
Expand Down

0 comments on commit cd71194

Please sign in to comment.