Skip to content

Commit 0d276a2

Browse files
ci(tools): update build tools
1 parent c78c23b commit 0d276a2

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.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/v8.1.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: v8.1/

.github/workflows/v8.2.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: v8.2/

.github/workflows/v8.3.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: v8.3/

.github/workflows/v8.4.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: v8.4/

0 commit comments

Comments
 (0)