Orborus version bump for minor k8s fix

This commit is contained in:
frikky
2022-11-08 14:42:41 +01:00
parent 8a8fe1f9f9
commit 2b850a08a1
5 changed files with 12 additions and 8 deletions
+5 -1
View File
@@ -1,5 +1,5 @@
NAME=shuffle-orborus
VERSION=1.0.7
VERSION=1.0.9
echo "Running docker build with $NAME:$VERSION"
#docker rmi frikky/shuffle:$NAME --force
@@ -10,3 +10,7 @@ docker build . -t frikky/shuffle:$NAME -t docker.pkg.github.com/frikky/shuffle/$
docker push frikky/shuffle:$NAME
docker push ghcr.io/frikky/$NAME:$VERSION
docker push ghcr.io/frikky/$NAME:nightly
docker push shuffle/shuffle:$NAME
docker push ghcr.io/shuffle/$NAME:$VERSION
docker push ghcr.io/shuffle/$NAME:nightly