Skip to content

Commit 5d349c3

Browse files
ci(tools): update build tools (#87)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 906951f commit 5d349c3

File tree

18 files changed

+36
-36
lines changed

18 files changed

+36
-36
lines changed

.github/workflows/docker.yml

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

4242
- name: Docker meta
4343
id: meta
44-
uses: docker/metadata-action@v5
44+
uses: docker/metadata-action@v6
4545
with:
4646
github-token: ${{ secrets.GITHUB_TOKEN }}
4747
images: |
@@ -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/v20.2.yml

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

4545
- name: Docker meta
4646
id: meta
47-
uses: docker/metadata-action@v5
47+
uses: docker/metadata-action@v6
4848
with:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050
images: |
@@ -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: v20.2/

.github/workflows/v20.3.yml

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

4545
- name: Docker meta
4646
id: meta
47-
uses: docker/metadata-action@v5
47+
uses: docker/metadata-action@v6
4848
with:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050
images: |
@@ -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: v20.3/

.github/workflows/v20.4.yml

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

4545
- name: Docker meta
4646
id: meta
47-
uses: docker/metadata-action@v5
47+
uses: docker/metadata-action@v6
4848
with:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050
images: |
@@ -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: v20.4/

.github/workflows/v20.5.yml

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

4545
- name: Docker meta
4646
id: meta
47-
uses: docker/metadata-action@v5
47+
uses: docker/metadata-action@v6
4848
with:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050
images: |
@@ -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: v20.5/

.github/workflows/v20.6.yml

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

4545
- name: Docker meta
4646
id: meta
47-
uses: docker/metadata-action@v5
47+
uses: docker/metadata-action@v6
4848
with:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050
images: |
@@ -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: v20.6/

.github/workflows/v21.0.yml

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

4545
- name: Docker meta
4646
id: meta
47-
uses: docker/metadata-action@v5
47+
uses: docker/metadata-action@v6
4848
with:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050
images: |
@@ -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.0/

.github/workflows/v21.1.yml

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

4545
- name: Docker meta
4646
id: meta
47-
uses: docker/metadata-action@v5
47+
uses: docker/metadata-action@v6
4848
with:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050
images: |
@@ -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.1/

.github/workflows/v21.10.yml

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

4545
- name: Docker meta
4646
id: meta
47-
uses: docker/metadata-action@v5
47+
uses: docker/metadata-action@v6
4848
with:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050
images: |
@@ -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.10/

.github/workflows/v21.11.yml

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

4545
- name: Docker meta
4646
id: meta
47-
uses: docker/metadata-action@v5
47+
uses: docker/metadata-action@v6
4848
with:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050
images: |
@@ -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.11/

0 commit comments

Comments
 (0)