From 2a2c156c23abd9e0af9ece12d2929878d5641860 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sun, 19 Jul 2026 14:23:14 +0200 Subject: [PATCH] Add $VERSION and change image tag to n8n-runners-custom:0.0.1 --- imagebuild.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/imagebuild.sh b/imagebuild.sh index a5dbd97..e828d36 100644 --- a/imagebuild.sh +++ b/imagebuild.sh @@ -1,4 +1,5 @@ -docker build -t n8n-runners:custom . +set VERSION=0.0.1 +docker build -t n8n-runners-custom:$VERSION . docker login gitea.sda.zone -docker tag n8n-runners:custom gitea.sda.zone/stephane.david/n8n-runners:custom -docker push gitea.sda.zone/stephane.david/n8n-runners:custom \ No newline at end of file +docker tag n8n-runners-custom:$VERSION gitea.sda.zone/stephane.david/n8n-runners-custom:$VERSION +docker push gitea.sda.zone/stephane.david/n8n-runners-custom:$VERSION \ No newline at end of file