Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v5
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 Sep 12, 2023
1 parent b492c86 commit f80a3b8
Show file tree
Hide file tree
Showing 22 changed files with 66 additions and 66 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: docker/setup-buildx-action@v2
-
name: Build and export to Docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ${{ matrix.dockerimage }}-latest
tags: docker-${{ matrix.dockerimage }}:test
Expand All @@ -80,7 +80,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push to ghcr.io
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand All @@ -96,7 +96,7 @@ jobs:
if: github.ref == 'refs/heads/master'
-
name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
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@v2
-
name: Build and export to Docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v2
-
name: Build and export to Docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v2
-
name: Build and export to Docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v2
-
name: Build and export to Docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v2
-
name: Build and export to Docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v2
-
name: Build and export to Docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v2
-
name: Build and export to Docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v2
-
name: Build and export to Docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v2
-
name: Build and export to Docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v2
-
name: Build and export to Docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v2
-
name: Build and export to Docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v2
-
name: Build and export to Docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v2
-
name: Build and export to Docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
with:
context: ${{ matrix.dockerimage }}-latest
push: true
Expand Down
Loading

0 comments on commit f80a3b8

Please sign in to comment.