Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent 81d9388 commit a7ff5a5
Show file tree
Hide file tree
Showing 25 changed files with 75 additions and 75 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build and export to Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
tags: docker-${{ matrix.dockerimage }}:test
Expand All @@ -83,7 +83,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push to ghcr.io
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand All @@ -99,7 +99,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/alpine-ansible-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build and export to Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
tags: docker-${{ matrix.dockerimage }}:test
Expand All @@ -54,7 +54,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push to ghcr.io
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand All @@ -70,7 +70,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/amazon2-ansible-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build and export to Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
tags: docker-${{ matrix.dockerimage }}:test
Expand All @@ -54,7 +54,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push to ghcr.io
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand All @@ -70,7 +70,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/amazon2023-ansible-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build and export to Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
tags: docker-${{ matrix.dockerimage }}:test
Expand All @@ -54,7 +54,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push to ghcr.io
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand All @@ -70,7 +70,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/arch-ansible-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build and export to Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
tags: docker-${{ matrix.dockerimage }}:test
Expand All @@ -54,7 +54,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push to ghcr.io
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand All @@ -70,7 +70,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/centos7-ansible-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build and export to Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
tags: docker-${{ matrix.dockerimage }}:test
Expand All @@ -54,7 +54,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push to ghcr.io
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand All @@ -70,7 +70,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/centos8-ansible-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build and export to Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
tags: docker-${{ matrix.dockerimage }}:test
Expand All @@ -54,7 +54,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push to ghcr.io
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand All @@ -70,7 +70,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/centosstream8-ansible-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build and export to Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
tags: docker-${{ matrix.dockerimage }}:test
Expand All @@ -54,7 +54,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push to ghcr.io
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand All @@ -70,7 +70,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/centosstream9-ansible-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build and export to Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
tags: docker-${{ matrix.dockerimage }}:test
Expand All @@ -54,7 +54,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push to ghcr.io
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand All @@ -70,7 +70,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/debian10-ansible-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build and export to Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
tags: docker-${{ matrix.dockerimage }}:test
Expand All @@ -54,7 +54,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push to ghcr.io
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand All @@ -70,7 +70,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/debian11-ansible-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build and export to Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
tags: docker-${{ matrix.dockerimage }}:test
Expand All @@ -54,7 +54,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push to ghcr.io
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand All @@ -70,7 +70,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/debian12-ansible-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build and export to Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
tags: docker-${{ matrix.dockerimage }}:test
Expand All @@ -54,7 +54,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push to ghcr.io
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand All @@ -70,7 +70,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/fedora37-ansible-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build and export to Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
tags: docker-${{ matrix.dockerimage }}:test
Expand All @@ -54,7 +54,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push to ghcr.io
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand All @@ -70,7 +70,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/fedora38-ansible-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build and export to Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
tags: docker-${{ matrix.dockerimage }}:test
Expand All @@ -54,7 +54,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push to ghcr.io
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand All @@ -70,7 +70,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand Down
Loading

0 comments on commit a7ff5a5

Please sign in to comment.