obsolute-paste/.woodpecker/woodpecker.yaml
baalajimaestro 8cef943666
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Drop registry secrets in favor of autologin
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2024-03-17 11:16:09 +05:30

12 lines
368 B
YAML

when:
- event: push
steps:
- name: Build & Push
image: git.baalajimaestro.me/baalajimaestro/build-runner
commands:
- /dockerd-entrypoint.sh dockerd 2&> /dev/null &
- docker build . -t git.baalajimaestro.me/baalajimaestro/obsolute-paste:latest
- docker push git.baalajimaestro.me/baalajimaestro/obsolute-paste:latest
privileged: true