Skip to content

Commit e473583

Browse files
authored
Merge pull request #54 from dev-sec/renovate/docker-build-push-action-6.x
chore(deps): update docker/build-push-action action to v6
2 parents 277adc4 + a7ff5a5 commit e473583

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
@@ -63,7 +63,7 @@ jobs:
6363
uses: docker/setup-buildx-action@v3
6464
-
6565
name: Build and export to Docker
66-
uses: docker/build-push-action@v5
66+
uses: docker/build-push-action@v6
6767
with:
6868
context: ${{ matrix.dockerimage }}-latest
6969
tags: docker-${{ matrix.dockerimage }}:test
@@ -83,7 +83,7 @@ jobs:
8383
if: github.ref == 'refs/heads/master'
8484
-
8585
name: Build and push to ghcr.io
86-
uses: docker/build-push-action@v5
86+
uses: docker/build-push-action@v6
8787
with:
8888
context: ${{ matrix.dockerimage }}-latest
8989
push: true
@@ -99,7 +99,7 @@ jobs:
9999
if: github.ref == 'refs/heads/master'
100100
-
101101
name: Build and push
102-
uses: docker/build-push-action@v5
102+
uses: docker/build-push-action@v6
103103
with:
104104
context: ${{ matrix.dockerimage }}-latest
105105
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@v5
37+
uses: docker/build-push-action@v6
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@v5
57+
uses: docker/build-push-action@v6
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@v5
73+
uses: docker/build-push-action@v6
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@v5
37+
uses: docker/build-push-action@v6
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@v5
57+
uses: docker/build-push-action@v6
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@v5
73+
uses: docker/build-push-action@v6
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@v5
37+
uses: docker/build-push-action@v6
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@v5
57+
uses: docker/build-push-action@v6
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@v5
73+
uses: docker/build-push-action@v6
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@v5
37+
uses: docker/build-push-action@v6
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@v5
57+
uses: docker/build-push-action@v6
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@v5
73+
uses: docker/build-push-action@v6
7474
with:
7575
context: ${{ matrix.dockerimage }}-latest
7676
push: true

.github/workflows/centos7-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@v5
37+
uses: docker/build-push-action@v6
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@v5
57+
uses: docker/build-push-action@v6
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@v5
73+
uses: docker/build-push-action@v6
7474
with:
7575
context: ${{ matrix.dockerimage }}-latest
7676
push: true

.github/workflows/centos8-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@v5
37+
uses: docker/build-push-action@v6
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@v5
57+
uses: docker/build-push-action@v6
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@v5
73+
uses: docker/build-push-action@v6
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@v5
37+
uses: docker/build-push-action@v6
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@v5
57+
uses: docker/build-push-action@v6
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@v5
73+
uses: docker/build-push-action@v6
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@v5
37+
uses: docker/build-push-action@v6
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@v5
57+
uses: docker/build-push-action@v6
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@v5
73+
uses: docker/build-push-action@v6
7474
with:
7575
context: ${{ matrix.dockerimage }}-latest
7676
push: true

.github/workflows/debian10-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@v5
37+
uses: docker/build-push-action@v6
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@v5
57+
uses: docker/build-push-action@v6
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@v5
73+
uses: docker/build-push-action@v6
7474
with:
7575
context: ${{ matrix.dockerimage }}-latest
7676
push: true

0 commit comments

Comments
 (0)