Added usecase reference mapping for workflows, allowing easier discovery
This commit is contained in:
@@ -823,7 +823,7 @@ class AppBase:
|
||||
returns = []
|
||||
for item in value:
|
||||
self.logger.info("VALUE: %s" % item)
|
||||
if len(item) != 36:
|
||||
if len(item) != 36 and not item.startswith("file_"):
|
||||
self.logger.info("Bad length for file value %s" % item)
|
||||
continue
|
||||
#return {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
### DEFAULT
|
||||
NAME=shuffle-app_sdk
|
||||
VERSION=0.9.58
|
||||
VERSION=0.9.59
|
||||
|
||||
docker rmi docker.pkg.github.com/frikky/shuffle/$NAME:$VERSION --force
|
||||
docker build . -f Dockerfile -t frikky/shuffle:app_sdk -t frikky/$NAME:$VERSION -t docker.pkg.github.com/frikky/shuffle/$NAME:$VERSION -t ghcr.io/frikky/$NAME:$VERSION -t ghcr.io/frikky/$NAME:nightly
|
||||
|
||||
Reference in New Issue
Block a user