Skip to content

Commit 965f440

Browse files
Update docker/build-push-action action to v6
1 parent 2d5e191 commit 965f440

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)