the token seems to be wrong but this should be better
continuous-integration/drone/push Build is failing Details

main
Nick Dumas 2 years ago
parent 2c858460fe
commit 055ceea0ad

@ -13,7 +13,7 @@ steps:
path: /var/run path: /var/run
commands: commands:
- apk add git docker make - apk add git docker make
- docker login --username ndumas --password $GITEA_AUTH_TOKEN code.ndumas.com - echo $GITEA_AUTH_TOKEN | docker login --username ndumas --password-stdin code.ndumas.com
- make docker - make docker
enviornment: enviornment:
GITEA_AUTH_TOKEN: GITEA_AUTH_TOKEN:

Loading…
Cancel
Save