Skip to content
Snippets Groups Projects
Commit eab5dac6 authored by Jonas Zohren's avatar Jonas Zohren
Browse files

Merge branch 'fix-docker-build-image-size' into 'next'

ci: Fix "0 B" image size display

See merge request famedly/conduit!499
parents f8a36e75 c4824a6e
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@ variables:
--pull
--tag "$CI_REGISTRY_IMAGE/temporary-ci-images:$CI_JOB_ID"
--push
--provenance=false
--file "Dockerfile" .
# Build multiplatform image to deb stage and extract their .deb files:
- >
......@@ -48,6 +49,7 @@ variables:
--platform "linux/arm/v7,linux/arm64,linux/amd64"
--target "packager-result"
--output="type=local,dest=/tmp/build-output"
--provenance=false
--file "Dockerfile" .
# Build multiplatform image to binary stage and extract their binaries:
- >
......@@ -55,6 +57,7 @@ variables:
--platform "linux/arm/v7,linux/arm64,linux/amd64"
--target "builder-result"
--output="type=local,dest=/tmp/build-output"
--provenance=false
--file "Dockerfile" .
# Copy to GitLab container registry:
- >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment