Change config json file and set version to 0.0.2

This commit is contained in:
2026-07-19 14:42:16 +02:00
parent 2a2c156c23
commit d3975f0c49
2 changed files with 44 additions and 6 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
set VERSION=0.0.1
docker build -t n8n-runners-custom:$VERSION .
export VERSION=0.0.2
docker build -t n8n-runners-custom:"$VERSION" .
docker login gitea.sda.zone
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
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"