disable gitlab ci build cache

This commit is contained in:
sparkcyf 2022-06-11 11:34:58 +08:00
parent 4a43f605c1
commit eb9c61d577
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
docker-build: docker-build:
# Use the official docker image. # Use the official docker image.
cache: [] # disable cache to prevent old layers
image: docker:dind image: docker:dind
variables: variables:
HTTPS_PROXY: "http://172.17.0.1:7890" HTTPS_PROXY: "http://172.17.0.1:7890"