Skip to content

Commit 390c2ea

Browse files
Update docker/build-push-action action to v7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d8656c3 commit 390c2ea

25 files changed

Lines changed: 75 additions & 75 deletions

.github/workflows/all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: docker/setup-buildx-action@v3
6666
-
6767
name: Build and export to Docker
68-
uses: docker/build-push-action@v6
68+
uses: docker/build-push-action@v7
6969
with:
7070
context: ${{ matrix.dockerimage }}-latest
7171
tags: docker-${{ matrix.dockerimage }}:test
@@ -85,7 +85,7 @@ jobs:
8585
if: github.ref == 'refs/heads/master'
8686
-
8787
name: Build and push to ghcr.io
88-
uses: docker/build-push-action@v6
88+
uses: docker/build-push-action@v7
8989
with:
9090
context: ${{ matrix.dockerimage }}-latest
9191
push: true
@@ -101,7 +101,7 @@ jobs:
101101
if: github.ref == 'refs/heads/master'
102102
-
103103
name: Build and push
104-
uses: docker/build-push-action@v6
104+
uses: docker/build-push-action@v7
105105
with:
106106
context: ${{ matrix.dockerimage }}-latest
107107
push: true

.github/workflows/almalinux10-ansible-latest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/setup-buildx-action@v3
3535
-
3636
name: Build and export to Docker
37-
uses: docker/build-push-action@v6
37+
uses: docker/build-push-action@v7
3838
with:
3939
context: ${{ matrix.dockerimage }}-latest
4040
tags: docker-${{ matrix.dockerimage }}:test
@@ -54,7 +54,7 @@ jobs:
5454
if: github.ref == 'refs/heads/master'
5555
-
5656
name: Build and push to ghcr.io
57-
uses: docker/build-push-action@v6
57+
uses: docker/build-push-action@v7
5858
with:
5959
context: ${{ matrix.dockerimage }}-latest
6060
push: true
@@ -70,7 +70,7 @@ jobs:
7070
if: github.ref == 'refs/heads/master'
7171
-
7272
name: Build and push
73-
uses: docker/build-push-action@v6
73+
uses: docker/build-push-action@v7
7474
with:
7575
context: ${{ matrix.dockerimage }}-latest
7676
push: true

.github/workflows/almalinux8-ansible-latest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/setup-buildx-action@v3
3535
-
3636
name: Build and export to Docker
37-
uses: docker/build-push-action@v6
37+
uses: docker/build-push-action@v7
3838
with:
3939
context: ${{ matrix.dockerimage }}-latest
4040
tags: docker-${{ matrix.dockerimage }}:test
@@ -54,7 +54,7 @@ jobs:
5454
if: github.ref == 'refs/heads/master'
5555
-
5656
name: Build and push to ghcr.io
57-
uses: docker/build-push-action@v6
57+
uses: docker/build-push-action@v7
5858
with:
5959
context: ${{ matrix.dockerimage }}-latest
6060
push: true
@@ -70,7 +70,7 @@ jobs:
7070
if: github.ref == 'refs/heads/master'
7171
-
7272
name: Build and push
73-
uses: docker/build-push-action@v6
73+
uses: docker/build-push-action@v7
7474
with:
7575
context: ${{ matrix.dockerimage }}-latest
7676
push: true

.github/workflows/almalinux9-ansible-latest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/setup-buildx-action@v3
3535
-
3636
name: Build and export to Docker
37-
uses: docker/build-push-action@v6
37+
uses: docker/build-push-action@v7
3838
with:
3939
context: ${{ matrix.dockerimage }}-latest
4040
tags: docker-${{ matrix.dockerimage }}:test
@@ -54,7 +54,7 @@ jobs:
5454
if: github.ref == 'refs/heads/master'
5555
-
5656
name: Build and push to ghcr.io
57-
uses: docker/build-push-action@v6
57+
uses: docker/build-push-action@v7
5858
with:
5959
context: ${{ matrix.dockerimage }}-latest
6060
push: true
@@ -70,7 +70,7 @@ jobs:
7070
if: github.ref == 'refs/heads/master'
7171
-
7272
name: Build and push
73-
uses: docker/build-push-action@v6
73+
uses: docker/build-push-action@v7
7474
with:
7575
context: ${{ matrix.dockerimage }}-latest
7676
push: true

.github/workflows/alpine-ansible-latest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/setup-buildx-action@v3
3535
-
3636
name: Build and export to Docker
37-
uses: docker/build-push-action@v6
37+
uses: docker/build-push-action@v7
3838
with:
3939
context: ${{ matrix.dockerimage }}-latest
4040
tags: docker-${{ matrix.dockerimage }}:test
@@ -54,7 +54,7 @@ jobs:
5454
if: github.ref == 'refs/heads/master'
5555
-
5656
name: Build and push to ghcr.io
57-
uses: docker/build-push-action@v6
57+
uses: docker/build-push-action@v7
5858
with:
5959
context: ${{ matrix.dockerimage }}-latest
6060
push: true
@@ -70,7 +70,7 @@ jobs:
7070
if: github.ref == 'refs/heads/master'
7171
-
7272
name: Build and push
73-
uses: docker/build-push-action@v6
73+
uses: docker/build-push-action@v7
7474
with:
7575
context: ${{ matrix.dockerimage }}-latest
7676
push: true

.github/workflows/amazon2-ansible-latest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/setup-buildx-action@v3
3535
-
3636
name: Build and export to Docker
37-
uses: docker/build-push-action@v6
37+
uses: docker/build-push-action@v7
3838
with:
3939
context: ${{ matrix.dockerimage }}-latest
4040
tags: docker-${{ matrix.dockerimage }}:test
@@ -54,7 +54,7 @@ jobs:
5454
if: github.ref == 'refs/heads/master'
5555
-
5656
name: Build and push to ghcr.io
57-
uses: docker/build-push-action@v6
57+
uses: docker/build-push-action@v7
5858
with:
5959
context: ${{ matrix.dockerimage }}-latest
6060
push: true
@@ -70,7 +70,7 @@ jobs:
7070
if: github.ref == 'refs/heads/master'
7171
-
7272
name: Build and push
73-
uses: docker/build-push-action@v6
73+
uses: docker/build-push-action@v7
7474
with:
7575
context: ${{ matrix.dockerimage }}-latest
7676
push: true

.github/workflows/amazon2023-ansible-latest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/setup-buildx-action@v3
3535
-
3636
name: Build and export to Docker
37-
uses: docker/build-push-action@v6
37+
uses: docker/build-push-action@v7
3838
with:
3939
context: ${{ matrix.dockerimage }}-latest
4040
tags: docker-${{ matrix.dockerimage }}:test
@@ -54,7 +54,7 @@ jobs:
5454
if: github.ref == 'refs/heads/master'
5555
-
5656
name: Build and push to ghcr.io
57-
uses: docker/build-push-action@v6
57+
uses: docker/build-push-action@v7
5858
with:
5959
context: ${{ matrix.dockerimage }}-latest
6060
push: true
@@ -70,7 +70,7 @@ jobs:
7070
if: github.ref == 'refs/heads/master'
7171
-
7272
name: Build and push
73-
uses: docker/build-push-action@v6
73+
uses: docker/build-push-action@v7
7474
with:
7575
context: ${{ matrix.dockerimage }}-latest
7676
push: true

.github/workflows/arch-ansible-latest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/setup-buildx-action@v3
3535
-
3636
name: Build and export to Docker
37-
uses: docker/build-push-action@v6
37+
uses: docker/build-push-action@v7
3838
with:
3939
context: ${{ matrix.dockerimage }}-latest
4040
tags: docker-${{ matrix.dockerimage }}:test
@@ -54,7 +54,7 @@ jobs:
5454
if: github.ref == 'refs/heads/master'
5555
-
5656
name: Build and push to ghcr.io
57-
uses: docker/build-push-action@v6
57+
uses: docker/build-push-action@v7
5858
with:
5959
context: ${{ matrix.dockerimage }}-latest
6060
push: true
@@ -70,7 +70,7 @@ jobs:
7070
if: github.ref == 'refs/heads/master'
7171
-
7272
name: Build and push
73-
uses: docker/build-push-action@v6
73+
uses: docker/build-push-action@v7
7474
with:
7575
context: ${{ matrix.dockerimage }}-latest
7676
push: true

.github/workflows/centosstream8-ansible-latest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/setup-buildx-action@v3
3535
-
3636
name: Build and export to Docker
37-
uses: docker/build-push-action@v6
37+
uses: docker/build-push-action@v7
3838
with:
3939
context: ${{ matrix.dockerimage }}-latest
4040
tags: docker-${{ matrix.dockerimage }}:test
@@ -54,7 +54,7 @@ jobs:
5454
if: github.ref == 'refs/heads/master'
5555
-
5656
name: Build and push to ghcr.io
57-
uses: docker/build-push-action@v6
57+
uses: docker/build-push-action@v7
5858
with:
5959
context: ${{ matrix.dockerimage }}-latest
6060
push: true
@@ -70,7 +70,7 @@ jobs:
7070
if: github.ref == 'refs/heads/master'
7171
-
7272
name: Build and push
73-
uses: docker/build-push-action@v6
73+
uses: docker/build-push-action@v7
7474
with:
7575
context: ${{ matrix.dockerimage }}-latest
7676
push: true

.github/workflows/centosstream9-ansible-latest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/setup-buildx-action@v3
3535
-
3636
name: Build and export to Docker
37-
uses: docker/build-push-action@v6
37+
uses: docker/build-push-action@v7
3838
with:
3939
context: ${{ matrix.dockerimage }}-latest
4040
tags: docker-${{ matrix.dockerimage }}:test
@@ -54,7 +54,7 @@ jobs:
5454
if: github.ref == 'refs/heads/master'
5555
-
5656
name: Build and push to ghcr.io
57-
uses: docker/build-push-action@v6
57+
uses: docker/build-push-action@v7
5858
with:
5959
context: ${{ matrix.dockerimage }}-latest
6060
push: true
@@ -70,7 +70,7 @@ jobs:
7070
if: github.ref == 'refs/heads/master'
7171
-
7272
name: Build and push
73-
uses: docker/build-push-action@v6
73+
uses: docker/build-push-action@v7
7474
with:
7575
context: ${{ matrix.dockerimage }}-latest
7676
push: true

0 commit comments

Comments
 (0)