diff --git a/.woodpecker.yml b/.woodpecker.yml index 46dfb49..e9c8c4c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -20,4 +20,4 @@ steps: # tell the Dockerfile about the commit SHA and build date build_args: - COMMIT_SHA=${CI_COMMIT_SHA:0:7} - - BUILD_DATE=$(date -u +"%Y-%m-%d %H:%M:%S") + - BUILD_DATE=${CI_PIPELINE_CREATED}