Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
64e14d47a7
commit
834785c404
1 changed files with 4 additions and 4 deletions
|
@ -3,12 +3,12 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build & Push
|
- name: Build & Push
|
||||||
image: git.baalajimaestro.me/baalajimaestro/build-runner
|
image: git.ptr.moe/baalajimaestro/build-runner
|
||||||
commands:
|
commands:
|
||||||
- /dockerd-entrypoint.sh dockerd 2&> /dev/null &
|
- /dockerd-entrypoint.sh dockerd 2&> /dev/null &
|
||||||
- echo $DOCKER_PASSWORD | docker login git.baalajimaestro.me --username ${CI_REPO_OWNER} --password-stdin
|
- echo $DOCKER_PASSWORD | docker login git.ptr.moe --username ${CI_REPO_OWNER} --password-stdin
|
||||||
- make build-image
|
- make build-image
|
||||||
- docker tag traefik/traefik git.baalajimaestro.me/baalajimaestro/traefik:latest
|
- docker tag traefik/traefik git.ptr.moe/baalajimaestro/traefik:latest
|
||||||
- docker push git.baalajimaestro.me/baalajimaestro/traefik:latest
|
- docker push git.ptr.moe/baalajimaestro/traefik:latest
|
||||||
secrets: [ docker_password ]
|
secrets: [ docker_password ]
|
||||||
privileged: true
|
privileged: true
|
Loading…
Reference in a new issue