Skip to content

Commit

Permalink
-tests scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc committed Dec 27, 2023
1 parent b88a87f commit 392c6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
docker:
needs: [scan]
if: ${{ jobs.scan.outputs.result != 0 }}
if: ${{ needs.scan.outputs.result != 0 }}
uses: ./.github/workflows/docker-release.yml
with:
version: 3.3.1.4
Expand Down

0 comments on commit 392c6a4

Please sign in to comment.