Add $VERSION and change image tag to n8n-runners-custom:0.0.1
This commit is contained in:
+4
-3
@@ -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
|
||||
Reference in New Issue
Block a user