Add timestamp to kaniko builds (#11923)

The build steps at the start of CI takes about 2 minutes; now that we
have greatly reduced the overall duration, this is not an insignificant
impact.

Add timestamps to the build process to see measure which steps of the
image build take the most time.
This commit is contained in:
Max Gautier
2025-01-27 15:17:23 +01:00
committed by GitHub
parent 76c0a3aa75
commit 1567e8ee6c

View File

@@ -25,6 +25,7 @@
--label 'git-branch'=$CI_COMMIT_REF_SLUG
--label 'git-tag=$CI_COMMIT_TAG'
--destination $PIPELINE_IMAGE
--log-timestamp=true
pipeline-image:
extends: .build-container