Skip to content

Commit c6e705d

Browse files
Bump docker/build-push-action from 6.18.0 to 7.0.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.18.0 to 7.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.18.0...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 7ec292f commit c6e705d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
driver-opts: network=host
5454

5555
- name: Build & push the base image to local registry
56-
uses: docker/build-push-action@v6.18.0
56+
uses: docker/build-push-action@v7.0.0
5757
with:
5858
context: .
5959
push: true
@@ -74,7 +74,7 @@ jobs:
7474
echo "additional_tags=,ghcr.io/${{ github.repository }}/runtime:${{ matrix.version }}" >> $GITHUB_ENV
7575
7676
- name: Build & push the ${{ matrix.version }}-${{ matrix.arch }} image
77-
uses: docker/build-push-action@v6.18.0
77+
uses: docker/build-push-action@v7.0.0
7878
with:
7979
context: .
8080
push: true

0 commit comments

Comments
 (0)