Skip to content

Commit f510726

Browse files
ci(tools): update build tools
1 parent 5a6de33 commit f510726

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Docker meta
4545
id: meta
46-
uses: docker/metadata-action@v5
46+
uses: docker/metadata-action@v6
4747
with:
4848
github-token: ${{ secrets.GITHUB_TOKEN }}
4949
images: |
@@ -85,7 +85,7 @@ jobs:
8585
password: ${{ secrets.GITHUB_TOKEN }}
8686

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

.github/workflows/v3.10.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Docker meta
4848
id: meta
49-
uses: docker/metadata-action@v5
49+
uses: docker/metadata-action@v6
5050
with:
5151
github-token: ${{ secrets.GITHUB_TOKEN }}
5252
images: |
@@ -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: v3.10/

.github/workflows/v3.11.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Docker meta
4848
id: meta
49-
uses: docker/metadata-action@v5
49+
uses: docker/metadata-action@v6
5050
with:
5151
github-token: ${{ secrets.GITHUB_TOKEN }}
5252
images: |
@@ -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: v3.11/

.github/workflows/v3.12.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Docker meta
4848
id: meta
49-
uses: docker/metadata-action@v5
49+
uses: docker/metadata-action@v6
5050
with:
5151
github-token: ${{ secrets.GITHUB_TOKEN }}
5252
images: |
@@ -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: v3.12/

.github/workflows/v3.9.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Docker meta
4848
id: meta
49-
uses: docker/metadata-action@v5
49+
uses: docker/metadata-action@v6
5050
with:
5151
github-token: ${{ secrets.GITHUB_TOKEN }}
5252
images: |
@@ -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: v3.9/

0 commit comments

Comments
 (0)