Skip to content

Commit 21f8314

Browse files
Update docker/build-push-action action to v7 (#32)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 312fc3e commit 21f8314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
images: ${{ env.GHCR_IMAGE }}
4747

4848
- name: Build and export to Docker local cache
49-
uses: docker/build-push-action@v6
49+
uses: docker/build-push-action@v7
5050
with:
5151
# Need load and tags so we can test it below
5252
load: true
@@ -66,7 +66,7 @@ jobs:
6666
- name: Build and push by digest
6767
if: github.ref_type == 'tag'
6868
id: build
69-
uses: docker/build-push-action@v6
69+
uses: docker/build-push-action@v7
7070
with:
7171
labels: ${{ steps.meta.outputs.labels }}
7272
annotations: ${{ steps.meta.outputs.annotations }}

0 commit comments

Comments
 (0)