Added package push process

This commit is contained in:
Samuel 2025-06-18 10:49:51 +00:00
parent 2b9cb0a254
commit 11eeb5da55

View File

@ -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