Skip to content

Commit 2576b52

Browse files
committed
Proper argument
1 parent dbcb4ec commit 2576b52

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

0 commit comments

Comments
 (0)