Skip to content

Commit dbcb4ec

Browse files
committed
Fixing typo
1 parent 45bbde4 commit dbcb4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twostep-container-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ runs:
173173
id: pull-image
174174
shell: bash
175175
run: |
176-
python ${GITHUB_ACTION_PATH}/scripts/check_image.sh \
176+
python ${GITHUB_ACTION_PATH}/scripts/check_image.py \
177177
--registry ${{ inputs.registry }} \
178178
--image ${{ inputs.image }} \
179179
--tag dependencies-${{ steps.image-tag.outputs.tag }} \

0 commit comments

Comments
 (0)