Skip to content

Commit 035d2ff

Browse files
Update docker/build-push-action action to v7
| datasource | package | from | to | | ----------- | ------------------------ | ---- | -- | | github-tags | docker/build-push-action | v6 | v7 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent adb71cb commit 035d2ff

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)