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