mirror of
https://github.com/minoplhy/docker-ripe-atlas.git
synced 2025-04-21 12:26:59 +00:00
disable build cache on onprem build server
This commit is contained in:
parent
7c187dcecf
commit
6b87dcae5c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user