Upgraded for 7.0.0
This commit is contained in:
@@ -804,7 +804,15 @@ class AppBase:
|
||||
#submatch = "([${]{2}([0-9a-zA-Z_-]+)(\[.*\])[}$]{2})"
|
||||
submatch = "([${]{2}([0-9a-zA-Z_-]+)(\[.*\])[}$]{2})"
|
||||
actualitem = re.findall(submatch, value, re.MULTILINE)
|
||||
print("Multicheck ", actualitem)
|
||||
try:
|
||||
if action["skip_multicheck"]:
|
||||
print("Skipping multicheck")
|
||||
actualitem = []
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
actionname = action["name"]
|
||||
#print("Multicheck ", actualitem)
|
||||
if len(actualitem) > 0:
|
||||
multiexecution = True
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
NAME=app_sdk
|
||||
VERSION=0.6.0
|
||||
VERSION=0.6.1
|
||||
|
||||
docker rmi docker.pkg.github.com/frikky/shuffle/$NAME:$VERSION --force
|
||||
docker build . -t frikky/shuffle:$NAME -t frikky/$NAME:$VERSION -t docker.pkg.github.com/frikky/shuffle/$NAME:$VERSION -t ghcr.io/frikky/app_sdk:0.6.0
|
||||
|
||||
Reference in New Issue
Block a user