Files
nextcloud-logmar/.woodpecker.yml
Tadeusz b20e8ab1b1
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
Update .woodpecker.yml
2026-01-20 15:17:41 +01:00

18 lines
429 B
YAML

kind: pipeline
type: docker
name: build-and-push
steps:
- name: build
image: docker:27
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- 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:
- main