This commit is contained in:
@@ -8,9 +8,9 @@ steps:
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
commands:
|
||||
- echo "Mast3rk4y88!" | docker login "http://192.168.100.202:5005" -u "ci" --password-stdin
|
||||
- docker build -t http://192.168.100.202:5005/nextcloud-custom:latest .
|
||||
- docker push http://192.168.100.202:5005/nextcloud-custom:latest
|
||||
- echo "Mast3rk4y88!" | docker login "192.168.100.202:5005" -u "ci" --password-stdin
|
||||
- docker build -t 192.168.100.202:5005/nextcloud-custom:latest .
|
||||
- docker push 192.168.100.202:5005/nextcloud-custom:latest
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
|
||||
Reference in New Issue
Block a user