From 6b87dcae5c3ee3d75b5cd14f228db3ef8eef1b13 Mon Sep 17 00:00:00 2001 From: James Swineson Date: Tue, 7 Jul 2020 23:29:47 +0800 Subject: [PATCH] disable build cache on onprem build server --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index d848e44..e53d552 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -59,7 +59,7 @@ jobs: docker stop watchtower || true - docker build --rm=false -t ripe-atlas . + docker build --no-cache --rm=false -t ripe-atlas . docker images --digests ripe-atlas BUILDER_IMAGE_ID=$(docker ps -a --format="{{.ID}}" --filter="label=image=ripe-atlas-builder" --filter="status=exited" --latest)