Update .woodpecker.yml
This commit is contained in:
@@ -13,4 +13,9 @@ steps:
|
||||
- echo "$REGISTRY_PASS" | docker login --password-stdin -u "$REGISTRY_USER" -- 192.168.100.202:5005
|
||||
- docker build -t 192.168.100.202:5005/nextcloud-logmar:latest .
|
||||
- docker push 192.168.100.202:5005/nextcloud-logmar:latest
|
||||
environment:
|
||||
REGISTRY_USER:
|
||||
from_secret: REGISTRY_USER
|
||||
REGISTRY_PASS:
|
||||
from_secret: REGISTRY_PASS
|
||||
#test auto deploy 2
|
||||
Reference in New Issue
Block a user