fix(ci): add label 'org.opencontainers.image.created'
Lint Markdown files / markdown-lint (push) Successful in 4s
Auto release tagged / tag_on_change (push) Failing after 10s
Release latest / push-manifest (push) Has been cancelled
Release latest / sync-to-hub-docker-io (push) Has been cancelled
Release latest / push-arm64 (push) Has been cancelled
Release latest / push-amd64 (push) Has been cancelled

This commit is contained in:
2026-06-05 12:30:44 +02:00
parent a9d7e01167
commit d56f129569
4 changed files with 12 additions and 2 deletions
+1
View File
@@ -18,6 +18,7 @@ DC_IMAGE_FULLY_QUALIFIED=${DC_IMAGE_REGISTRY_NAME}/${DC_IMAGE_NAMESPACE}/${DC_IM
PHONY:=container-image/build
container-image/build:
${CONTAINER_RUNTIME} build \
--build-arg BUILD_DATE="$(shell date --rfc-3339 seconds)" \
--file Dockerfile \
--no-cache \
--pull \