We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702743c commit 47832cdCopy full SHA for 47832cd
.github/workflows/workflow-run-docker-rust-build.yaml
@@ -93,7 +93,7 @@ jobs:
93
94
- name: Set output
95
id: set-output
96
- depends-on: check-images
+ needs: check-images
97
run: |
98
if [ "${{ steps.check-images.outcome }}" = "success" ]; then
99
echo "image-exist=true" >> $GITHUB_OUTPUT
0 commit comments