Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja authored Jan 10, 2025
1 parent 267935c commit 931723a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
if: startsWith(github.ref, 'refs/tags/')
- name: Checkov docker image
- name: checkov-image-scan
uses: bridgecrewio/[email protected]
with:
directory: .
soft_fail: true
soft_fail: false
- name: Build and push
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit 931723a

Please sign in to comment.