We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2a5687 + 965f440 commit fbf6541Copy full SHA for fbf6541
.github/workflows/container-scan-trivy.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Build
22
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
23
with:
24
context: .
25
file: ./images/openscap/Dockerfile
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
file: ./build/Dockerfile
.github/workflows/test-broken-content-latest.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Build container images and push
66
id: docker_build
67
68
69
70
file: images/testcontent/broken-content.Dockerfile
0 commit comments