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

Commit

Permalink
Disable the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tlex committed Dec 10, 2020
1 parent 6383d37 commit 280cf50
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
variables:
# Job and build settings
CI_BUILD_IMAGE: "debian:stable-slim"
Expand Down Expand Up @@ -90,9 +91,7 @@ build:dev:
docker buildx build \
--platform=$CI_BUILDX_ARCHS \
--progress=plain \
--cache-from=${CI_REGISTRY_IMAGE}:cache \
--cache-to=${CI_REGISTRY_IMAGE}:cache \
--pull ${DESTINATION} \
${DESTINATION} \
--push .
build:release:
Expand All @@ -118,9 +117,7 @@ build:release:
docker buildx build \
--platform=$CI_BUILDX_ARCHS \
--progress=plain \
--cache-from=${CI_REGISTRY_IMAGE}:cache \
--cache-to=${CI_REGISTRY_IMAGE}:cache \
--pull ${DESTINATION} \
${DESTINATION} \
--push .
dockerhub:readme:
Expand Down

0 comments on commit 280cf50

Please sign in to comment.