Skip to content

Commit f81d7da

Browse files
Bump docker/build-push-action from 7.2.0 to 7.3.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v7.2.0...v7.3.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d5eee12 commit f81d7da

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bats-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
driver-opts: network=host
5959
- name: Build Docker image
60-
uses: docker/build-push-action@v7.2.0
60+
uses: docker/build-push-action@v7.3.0
6161
with:
6262
context: .
6363
file: ${{ matrix.dockerfile }}
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
driver-opts: network=host
9191
- name: Build Docker image
92-
uses: docker/build-push-action@v7.2.0
92+
uses: docker/build-push-action@v7.3.0
9393
with:
9494
context: .
9595
file: ./tests/Dockerfile.rpi4-systemd-BATS

.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@v7.2.0
81+
uses: docker/build-push-action@v7.3.0
8282
with:
8383
context: .
8484
file: ${{ matrix.dockerfile }}

0 commit comments

Comments
 (0)