Actualiser action.yaml

This commit is contained in:
2025-04-14 16:40:36 +02:00
parent a7a27d7871
commit a8bb6edb9d

View File

@@ -86,7 +86,7 @@ runs:
step "Start pushing" "${{ inputs.image_name }}"
for tag in "${tags[@]}" ; do
if ${{ inputs.push_command }} push ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAME }}:$tag ; then
if ${{ inputs.push_command }} push ${{ inputs.registry_server }}/${{ inputs.image_name }}:$tag ; then
success "Image pushing" "${{ inputs.image_name }}:${tag}"
else
error "Failed" "pushing of image ${{ inputs.image_name }}:${tag}"