BUG: Fixed loop bug within JSON

This commit is contained in:
frikky
2021-01-03 18:17:09 +01:00
parent a176ae8eba
commit 2728d4d9dc
4 changed files with 24 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
NAME=shuffle-app_sdk
VERSION=0.8.45
VERSION=0.8.46
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