chore(build): ignore image remove error for alpine
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
7e53bcf17c
commit
f6afa133d2
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ set -e
|
|||
# Usage: IMAGE_TAG=latest DOCKER_REPO=rg.fr-par.scw.cloud/foss bash build_deploy.sh
|
||||
|
||||
# Removing local alpine:latest image
|
||||
docker rmi alpine
|
||||
docker rmi alpine || true
|
||||
|
||||
echo $DOCKER_REPO
|
||||
[[ -z DOCKER_REPO ]] && {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue