From 11eeb5da55cb22361c49fee506a5808962a3102f Mon Sep 17 00:00:00 2001 From: Samuel Date: Wed, 18 Jun 2025 10:49:51 +0000 Subject: [PATCH] Added package push process --- build.sh | 2 ++ 1 file changed, 2 insertions(+) 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