Skip to content

Commit 45bbde4

Browse files
committed
Fixing typo
1 parent bd250eb commit 45bbde4

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
@@ -187,7 +187,7 @@ runs:
187187
188188
# Inspecting the image
189189
python ${GITHUB_ACTION_PATH}/scripts/compare_images.py \
190-
--image ${{ inputes.registry }}${{ inputs.image }}:dependencies-${{ steps.image-tag.outputs.tag }} \
190+
--image ${{ inputs.registry }}${{ inputs.image }}:dependencies-${{ steps.image-tag.outputs.tag }} \
191191
--hash ${{ inputs.first-step-cache-key }} \
192192
--output $GITHUB_OUTPUT
193193
--label TWO_STEP_BUILD_CACHE_KEY

0 commit comments

Comments
 (0)