Skip to content

Commit

Permalink
Merge pull request #584 from ComplianceAsCode/renovate/docker-build-p…
Browse files Browse the repository at this point in the history
…ush-action-6.x

Update docker/build-push-action action to v6
  • Loading branch information
openshift-merge-bot[bot] authored Aug 20, 2024
2 parents f2a5687 + 965f440 commit fbf6541
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-scan-trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./images/openscap/Dockerfile
Expand All @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v4

- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./build/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-broken-content-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Build container images and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: images/testcontent/broken-content.Dockerfile
Expand Down

0 comments on commit fbf6541

Please sign in to comment.