Skip to content

Commit fbf6541

Browse files
Merge pull request #584 from ComplianceAsCode/renovate/docker-build-push-action-6.x
Update docker/build-push-action action to v6
2 parents f2a5687 + 965f440 commit fbf6541

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/container-scan-trivy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Build
22-
uses: docker/build-push-action@v5
22+
uses: docker/build-push-action@v6
2323
with:
2424
context: .
2525
file: ./images/openscap/Dockerfile
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@v4
4646

4747
- name: Build
48-
uses: docker/build-push-action@v5
48+
uses: docker/build-push-action@v6
4949
with:
5050
context: .
5151
file: ./build/Dockerfile

.github/workflows/test-broken-content-latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Build container images and push
6666
id: docker_build
67-
uses: docker/build-push-action@v5
67+
uses: docker/build-push-action@v6
6868
with:
6969
context: .
7070
file: images/testcontent/broken-content.Dockerfile

0 commit comments

Comments
 (0)