Added failsafe for extra parameters

This commit is contained in:
frikky
2021-05-19 10:10:09 +02:00
parent b8bcd50aad
commit 1edca6c5b6
2 changed files with 44 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
NAME=shuffle-app_sdk
VERSION=0.8.80
VERSION=0.8.81
docker rmi docker.pkg.github.com/frikky/shuffle/$NAME:$VERSION --force
docker build . -t frikky/shuffle:app_sdk -t frikky/$NAME:$VERSION -t docker.pkg.github.com/frikky/shuffle/$NAME:$VERSION -t ghcr.io/frikky/$NAME:$VERSION