baalajimaestro
f8d794d2e8
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
13 lines
473 B
YAML
13 lines
473 B
YAML
when:
|
|
- event: push
|
|
|
|
steps:
|
|
- name: Build & Push
|
|
image: git.ptr.moe/baalajimaestro/build-runner
|
|
commands:
|
|
- /dockerd-entrypoint.sh dockerd 2&> /dev/null &
|
|
- echo $DOCKER_PASSWORD | docker login git.ptr.moe --username ${CI_REPO_OWNER} --password-stdin
|
|
- docker build . -t git.ptr.moe/baalajimaestro/obsolute-paste:latest
|
|
- docker push git.ptr.moe/baalajimaestro/obsolute-paste:latest
|
|
secrets: [ docker_password ]
|
|
privileged: true
|