Skip to content

Commit fd01efb

Browse files
Bump docker/build-push-action from 6.19.2 to 7.0.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.19.2 to 7.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.19.2...v7.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 00ef31c commit fd01efb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bats-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
driver-opts: network=host
5757
- name: Build Docker image
58-
uses: docker/build-push-action@v6.19.2
58+
uses: docker/build-push-action@v7.0.0
5959
with:
6060
context: .
6161
file: ${{ matrix.dockerfile }}

.github/workflows/installation-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
driver-opts: network=host
8080
- name: Build Docker image
81-
uses: docker/build-push-action@v6.19.2
81+
uses: docker/build-push-action@v7.0.0
8282
with:
8383
context: .
8484
file: ${{ matrix.dockerfile }}

0 commit comments

Comments
 (0)