Add $VERSION and change image tag to n8n-runners-custom:0.0.1

This commit is contained in:
2026-07-19 14:23:14 +02:00
parent 796783cb1b
commit 2a2c156c23
+4 -3
View File
@@ -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
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