Skip to content
This repository was archived by the owner on Aug 22, 2022. It is now read-only.

Commit b08d7f1

Browse files
committed
Merge branch 'disable-cache' into 'master'
Disable the cache See merge request ix.ai/docker-buildx-qemu!6
2 parents 6383d37 + 280cf50 commit b08d7f1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
variables:
23
# Job and build settings
34
CI_BUILD_IMAGE: "debian:stable-slim"
@@ -90,9 +91,7 @@ build:dev:
9091
docker buildx build \
9192
--platform=$CI_BUILDX_ARCHS \
9293
--progress=plain \
93-
--cache-from=${CI_REGISTRY_IMAGE}:cache \
94-
--cache-to=${CI_REGISTRY_IMAGE}:cache \
95-
--pull ${DESTINATION} \
94+
${DESTINATION} \
9695
--push .
9796
9897
build:release:
@@ -118,9 +117,7 @@ build:release:
118117
docker buildx build \
119118
--platform=$CI_BUILDX_ARCHS \
120119
--progress=plain \
121-
--cache-from=${CI_REGISTRY_IMAGE}:cache \
122-
--cache-to=${CI_REGISTRY_IMAGE}:cache \
123-
--pull ${DESTINATION} \
120+
${DESTINATION} \
124121
--push .
125122
126123
dockerhub:readme:

0 commit comments

Comments
 (0)