2024-02-28 15:37:32 +00:00
|
|
|
when:
|
|
|
|
- event: push
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: Build & Push
|
2024-07-27 01:22:07 +00:00
|
|
|
image: git.ptr.moe/baalajimaestro/build-runner
|
2024-02-28 15:37:32 +00:00
|
|
|
commands:
|
|
|
|
- /dockerd-entrypoint.sh dockerd 2&> /dev/null &
|
2024-07-27 01:22:07 +00:00
|
|
|
- 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
|
2024-02-28 15:37:32 +00:00
|
|
|
secrets: [ docker_password ]
|
|
|
|
privileged: true
|