#279: Changed codegen to be based on params

This commit is contained in:
frikky
2021-03-07 16:58:08 +01:00
parent 62ca9e9321
commit c7ba0a5a13
2 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
NAME=shuffle-app_sdk
VERSION=0.8.60
VERSION=0.8.61
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