Skip to content

Commit d5551aa

Browse files
ci(tools): update docker/build-push-action action to v7 (#173)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ac1d985 commit d5551aa

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
password: ${{ secrets.GITHUB_TOKEN }}
8484

8585
- name: Build image
86-
uses: docker/build-push-action@v6
86+
uses: docker/build-push-action@v7
8787
with:
8888
builder: ${{ steps.buildx.outputs.name }}
8989
context: latest/

.github/workflows/v11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
password: ${{ secrets.GITHUB_TOKEN }}
8787

8888
- name: Build image
89-
uses: docker/build-push-action@v6
89+
uses: docker/build-push-action@v7
9090
with:
9191
builder: ${{ steps.buildx.outputs.name }}
9292
context: v11/

.github/workflows/v17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
password: ${{ secrets.GITHUB_TOKEN }}
8787

8888
- name: Build image
89-
uses: docker/build-push-action@v6
89+
uses: docker/build-push-action@v7
9090
with:
9191
builder: ${{ steps.buildx.outputs.name }}
9292
context: v17/

.github/workflows/v21.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
password: ${{ secrets.GITHUB_TOKEN }}
8787

8888
- name: Build image
89-
uses: docker/build-push-action@v6
89+
uses: docker/build-push-action@v7
9090
with:
9191
builder: ${{ steps.buildx.outputs.name }}
9292
context: v21/

.github/workflows/v8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
password: ${{ secrets.GITHUB_TOKEN }}
8989

9090
- name: Build image
91-
uses: docker/build-push-action@v6
91+
uses: docker/build-push-action@v7
9292
with:
9393
builder: ${{ steps.buildx.outputs.name }}
9494
context: v8/

0 commit comments

Comments
 (0)