Skip to content

Commit

Permalink
Merge pull request #127 from dockhippie/renovate/major-build-tools
Browse files Browse the repository at this point in the history
ci(tools): update docker/build-push-action action to v6
  • Loading branch information
tboerger authored Jun 18, 2024
2 parents d20f393 + 0c117cc commit d93320a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 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@v5
uses: docker/build-push-action@v6
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@v5
uses: docker/build-push-action@v6
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@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: latest/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/v1.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@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: v1.0/
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Build arm64
id: arm64
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: v1.0/
Expand All @@ -106,7 +106,7 @@ jobs:
- name: Build arm
id: arm
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: v1.0/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/v2.5.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@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: v2.5/
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Build arm64
id: arm64
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: v2.5/
Expand All @@ -106,7 +106,7 @@ jobs:
- name: Build arm
id: arm
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: v2.5/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/v2.6.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@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: v2.6/
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Build arm64
id: arm64
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: v2.6/
Expand All @@ -106,7 +106,7 @@ jobs:
- name: Build arm
id: arm
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: v2.6/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/v2.7.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@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: v2.7/
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Build arm64
id: arm64
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: v2.7/
Expand All @@ -106,7 +106,7 @@ jobs:
- name: Build arm
id: arm
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
context: v2.7/
Expand Down

0 comments on commit d93320a

Please sign in to comment.