update deployment

This commit is contained in:
2024-03-05 16:32:15 -08:00
parent a258ff7649
commit 8c702d7efe

View File

@@ -1,2 +1,8 @@
#!/usr/bin/env bash
docker build --no-cache -t salfter/brewblogger .
TAG=cr.gitlab.alfter.us:443/salfter/brewblogger:latest
docker build -t $TAG . && docker push $TAG
for i in cr.gitlab.alfter.us:443/salfter/brewblogger:2.3.1
do
docker tag $TAG $i && docker push $i
done