From ec01f3f26779be78f53cafa7e16596307fde343f Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 26 Dec 2025 23:24:16 +0100 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 83ff43d..1dcbf7f 100644 --- a/action.yaml +++ b/action.yaml @@ -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 }}"