Skip to content

Commit

Permalink
ci(tools): update docker/build-push-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 6, 2023
1 parent eee6a60 commit ef6224a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Build amd64
id: amd64
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
builder: ${{ steps.buildx.outputs.name }}
context: latest/
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Build arm64
id: arm64
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
builder: ${{ steps.buildx.outputs.name }}
context: latest/
Expand All @@ -106,7 +106,7 @@ jobs:
- name: Build arm
id: arm
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
builder: ${{ steps.buildx.outputs.name }}
context: latest/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/v8.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Build amd64
id: amd64
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
builder: ${{ steps.buildx.outputs.name }}
context: v8.0/
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Build arm64
id: arm64
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
builder: ${{ steps.buildx.outputs.name }}
context: v8.0/
Expand All @@ -106,7 +106,7 @@ jobs:
- name: Build arm
id: arm
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
builder: ${{ steps.buildx.outputs.name }}
context: v8.0/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/v8.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Build amd64
id: amd64
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
builder: ${{ steps.buildx.outputs.name }}
context: v8.1/
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Build arm64
id: arm64
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
builder: ${{ steps.buildx.outputs.name }}
context: v8.1/
Expand All @@ -106,7 +106,7 @@ jobs:
- name: Build arm
id: arm
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
builder: ${{ steps.buildx.outputs.name }}
context: v8.1/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/v8.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Build amd64
id: amd64
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
builder: ${{ steps.buildx.outputs.name }}
context: v8.2/
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Build arm64
id: arm64
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
builder: ${{ steps.buildx.outputs.name }}
context: v8.2/
Expand All @@ -106,7 +106,7 @@ jobs:
- name: Build arm
id: arm
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
builder: ${{ steps.buildx.outputs.name }}
context: v8.2/
Expand Down

0 comments on commit ef6224a

Please sign in to comment.