Skip to content

Commit

Permalink
Fixed another missing actions dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Jun 5, 2024
1 parent 0e61058 commit 00d05f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
container-image-scan:
uses: ./.github/workflows/container-image-scan.yml
needs: [check-new-version]
needs: [check-new-version, docker-build-push]
if: needs.check-new-version.outputs.new_version
with:
image_version: ${{ needs.check-new-version.outputs.new_version }}
Expand Down

0 comments on commit 00d05f5

Please sign in to comment.