diff --git a/build.sh b/build.sh index c5f70b4..952e647 100755 --- a/build.sh +++ b/build.sh @@ -64,3 +64,5 @@ if [ $? -ne 0 ]; then echo "Build unsuccessful. Exiting" fi +docker tag n8n-license-patched:$VERSION git.dev.internal.tugler.fr/samuel.tugler/n8n-license-patch:$VERSION +docker push git.dev.internal.tugler.fr/samuel.tugler/n8n-license-patched:$VERSION