chore(build): Always use latest alpine image from upstream

This commit is contained in:
rjshrjndrn 2022-09-20 09:31:15 +02:00
parent edac3a3d8e
commit 6cab73a26f

View file

@ -5,6 +5,9 @@ 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
echo $DOCKER_REPO
[[ -z DOCKER_REPO ]] && {
echo Set DOCKER_REPO="your docker registry"