mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-16 10:11:04 +01:00
Merge branch 'fix-docker-build-image-size' into 'next'
ci: Fix "0 B" image size display See merge request famedly/conduit!499
This commit is contained in:
commit
eab5dac6e8
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
- >
|
||||
|
|
Loading…
Reference in a new issue