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