summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJonas Zohren <git-pbkyr@jzohren.de>2023-07-04 21:13:11 +0000
committerJonas Zohren <git-pbkyr@jzohren.de>2023-07-04 21:13:11 +0000
commitc4824a6ebcb7bb72528d87b26b7e3fb19c01212d (patch)
tree9fb9a20744437377fcb081c224afa39057e8254e /.gitlab-ci.yml
parentf8a36e7554672b1541e7e6a0d6f62c02a6c8a30e (diff)
downloadconduit-c4824a6ebcb7bb72528d87b26b7e3fb19c01212d.zip
ci: Fix "0 B" image size display
works around gitlab issue https://gitlab.com/gitlab-org/gitlab/-/issues/388865#workaround
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d2da91b..f5ab424 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
- >