We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45bbde4 commit dbcb4ecCopy full SHA for dbcb4ec
twostep-container-build/action.yml
@@ -173,7 +173,7 @@ runs:
173
id: pull-image
174
shell: bash
175
run: |
176
- python ${GITHUB_ACTION_PATH}/scripts/check_image.sh \
+ python ${GITHUB_ACTION_PATH}/scripts/check_image.py \
177
--registry ${{ inputs.registry }} \
178
--image ${{ inputs.image }} \
179
--tag dependencies-${{ steps.image-tag.outputs.tag }} \
0 commit comments