Actualiser action.yaml

This commit is contained in:
2025-04-14 12:44:22 +02:00
parent 1d46d95543
commit 913a97b44a

View File

@@ -72,7 +72,7 @@ runs:
if ${{ inputs.build_command }} build -t ${image} . ; then if ${{ inputs.build_command }} build -t ${image} . ; then
success "Image build" "${{ inputs.image_name }}" success "Image build" "${{ inputs.image_name }}"
else else
error "Failed" "Cannot built the image ${{ inputs.image_name }}" \ error "Failed" "Cannot built the image ${{ inputs.image_name }}"
fi fi
- name: tag images - name: tag images