generated from pmo-actions/healthchecks-ping
Actualiser action.yaml
This commit is contained in:
@@ -84,7 +84,7 @@ runs:
|
|||||||
nocache=""
|
nocache=""
|
||||||
fi
|
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 }}"
|
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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user