Actualiser action.yaml

This commit is contained in:
2026-01-17 15:30:18 +01:00
parent ec01f3f267
commit 1449fad377

View File

@@ -84,7 +84,11 @@ runs:
nocache="" nocache=""
fi fi
if ${{ inputs.build_command }} build ${nocache} --build-arg BUILD_DATE="$(date -u +'%Y-%m-%dT%H:%M:%SZ')" -t ${image} . ; then annotation=$(buildAnnotations "Dockerfile")
debug "Generated annotations: $annotations"
if ${{ inputs.build_command }} build ${annotations} ${nocache} --build-arg BUILD_DATE="$(date -u +'%Y-%m-%dT%H:%M:%SZ')" -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 }}"