Drop registry secrets in favor of autologin
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2024-03-17 11:16:09 +05:30
parent 4c29d44cd6
commit 8cef943666
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -6,8 +6,6 @@ steps:
image: git.baalajimaestro.me/baalajimaestro/build-runner
commands:
- /dockerd-entrypoint.sh dockerd 2&> /dev/null &
- echo $DOCKER_PASSWORD | docker login git.baalajimaestro.me --username ${CI_REPO_OWNER} --password-stdin
- docker build . -t git.baalajimaestro.me/baalajimaestro/obsolute-paste:latest
- docker push git.baalajimaestro.me/baalajimaestro/obsolute-paste:latest
secrets: [ docker_password ]
privileged: true