Actualiser action.yaml

This commit is contained in:
2025-12-26 23:24:16 +01:00
parent 08472ffb70
commit ec01f3f267

View File

@@ -84,7 +84,7 @@ runs:
nocache=""
fi
if ${{ inputs.build_command }} build ${nocache} -t ${image} . ; then
if ${{ inputs.build_command }} build ${nocache} --build-arg BUILD_DATE="$(date -u +'%Y-%m-%dT%H:%M:%SZ')" -t ${image} . ; then
success "Image build" "${{ inputs.image_name }}"
else
error "Failed" "Cannot built the image ${{ inputs.image_name }}"