Actualiser action.yaml

This commit is contained in:
2025-04-14 13:36:20 +02:00
parent 4fcd9343be
commit 033f5cc3da

View File

@@ -83,7 +83,7 @@ runs:
sep=":"
fi
step "Start pushing" "${{ inputs.image_name }}}"
step "Start pushing" "${{ inputs.image_name }}"
for tag in "${tags[@]}" ; do
if ${{ inputs.push_command }} push ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:$tag ; then