Skip to content

Commit e276a99

Browse files
Bump docker/build-push-action from 6.18.0 to 7.0.0 (#225)
1 parent 8b2e362 commit e276a99

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)