We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd250eb commit 45bbde4Copy full SHA for 45bbde4
twostep-container-build/action.yml
@@ -187,7 +187,7 @@ runs:
187
188
# Inspecting the image
189
python ${GITHUB_ACTION_PATH}/scripts/compare_images.py \
190
- --image ${{ inputes.registry }}${{ inputs.image }}:dependencies-${{ steps.image-tag.outputs.tag }} \
+ --image ${{ inputs.registry }}${{ inputs.image }}:dependencies-${{ steps.image-tag.outputs.tag }} \
191
--hash ${{ inputs.first-step-cache-key }} \
192
--output $GITHUB_OUTPUT
193
--label TWO_STEP_BUILD_CACHE_KEY
0 commit comments