Browse Source

Update update.sh

master
Julien Cabillot 3 years ago
parent
commit
d8b00874f0
1 changed files with 2 additions and 2 deletions
  1. 4
      update.sh

4
update.sh

@ -24,5 +24,5 @@ TAG="registry.cabillot.eu/www/dl"
git pull
)
#docker build --no-cache=true -t "${TAG}" build/
#docker push "${TAG}"
docker build --no-cache=true -t "${TAG}" build/
docker push "${TAG}"
Loading…
Cancel
Save