Skip to content

Commit

Permalink
Fix Docker Scout on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-h05 authored Mar 13, 2024
1 parent 4400cc7 commit f2a4166
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ jobs:
dockerhub-user: ${{ secrets.DOCKER_USER }}
dockerhub-password: ${{ secrets.DOCKER_PAT }}
command: cves,recommendations,compare
to-latest: true
ignore-base: true
image: ${{ steps.meta.outputs.tags }}
to: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.COMPARE_TAG }}
ignore-unchanged: true
only-fixed: true

0 comments on commit f2a4166

Please sign in to comment.