Skip to content

Commit

Permalink
Merge pull request #54 from dev-sec/renovate/docker-build-push-action…
Browse files Browse the repository at this point in the history
…-6.x

chore(deps): update docker/build-push-action action to v6
  • Loading branch information
schurzi authored Sep 4, 2024
2 parents 277adc4 + a7ff5a5 commit e473583
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 e473583

Please sign in to comment.