Testing actions

This commit is contained in:
Fabio Belavenuto
2022-07-02 12:56:20 -03:00
parent 4032413b6f
commit f028e5d8fe
23 changed files with 119 additions and 4 deletions

View File

@@ -43,4 +43,4 @@ sed -i "s|@@@TOOLKIT_VER@@@|${TOOLKIT_VER}|g" Dockerfile
# Build
echo "Building... Drink a coffee and wait!"
docker image rm syno-compiler >/dev/null 2>&1
docker buildx build . --load --tag syno-compiler
docker buildx build . --load --tag fbelavenuto/syno-compiler