ci: Fix "0 B" image size display
works around gitlab issue https://gitlab.com/gitlab-org/gitlab/-/issues/388865#workaround
This commit is contained in:
parent
f8a36e7554
commit
c4824a6ebc
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,7 @@ variables:
|
||||||
--pull
|
--pull
|
||||||
--tag "$CI_REGISTRY_IMAGE/temporary-ci-images:$CI_JOB_ID"
|
--tag "$CI_REGISTRY_IMAGE/temporary-ci-images:$CI_JOB_ID"
|
||||||
--push
|
--push
|
||||||
|
--provenance=false
|
||||||
--file "Dockerfile" .
|
--file "Dockerfile" .
|
||||||
# Build multiplatform image to deb stage and extract their .deb files:
|
# Build multiplatform image to deb stage and extract their .deb files:
|
||||||
- >
|
- >
|
||||||
|
@ -48,6 +49,7 @@ variables:
|
||||||
--platform "linux/arm/v7,linux/arm64,linux/amd64"
|
--platform "linux/arm/v7,linux/arm64,linux/amd64"
|
||||||
--target "packager-result"
|
--target "packager-result"
|
||||||
--output="type=local,dest=/tmp/build-output"
|
--output="type=local,dest=/tmp/build-output"
|
||||||
|
--provenance=false
|
||||||
--file "Dockerfile" .
|
--file "Dockerfile" .
|
||||||
# Build multiplatform image to binary stage and extract their binaries:
|
# Build multiplatform image to binary stage and extract their binaries:
|
||||||
- >
|
- >
|
||||||
|
@ -55,6 +57,7 @@ variables:
|
||||||
--platform "linux/arm/v7,linux/arm64,linux/amd64"
|
--platform "linux/arm/v7,linux/arm64,linux/amd64"
|
||||||
--target "builder-result"
|
--target "builder-result"
|
||||||
--output="type=local,dest=/tmp/build-output"
|
--output="type=local,dest=/tmp/build-output"
|
||||||
|
--provenance=false
|
||||||
--file "Dockerfile" .
|
--file "Dockerfile" .
|
||||||
# Copy to GitLab container registry:
|
# Copy to GitLab container registry:
|
||||||
- >
|
- >
|
||||||
|
|
Loading…
Reference in a new issue