Skip to content

Commit 5532df4

Browse files
authored
Merge pull request #38 from patchlevel/renovate/docker-build-push-action-7.x
Update docker/build-push-action action to v7
2 parents eb0e407 + 035d2ff commit 5532df4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Build (no push)
6565
if: ${{ github.ref_name != 'main' }}
66-
uses: docker/build-push-action@v6
66+
uses: docker/build-push-action@v7
6767
with:
6868
context: .
6969
platforms: ${{ matrix.platform.platform }}
@@ -81,7 +81,7 @@ jobs:
8181
- name: Build and push (main only)
8282
id: build_push
8383
if: ${{ github.ref_name == 'main' }}
84-
uses: docker/build-push-action@v6
84+
uses: docker/build-push-action@v7
8585
with:
8686
context: .
8787
platforms: ${{ matrix.platform.platform }}

0 commit comments

Comments
 (0)