ci registry login
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
n0vember 2024-03-12 01:38:08 +01:00
parent 4311b00898
commit c8be938e13
No known key found for this signature in database
GPG Key ID: 8ECF21687C8F8994

View File

@ -36,4 +36,4 @@ steps:
TOKEN:
from_secret: registry_token
commands:
- docker login --username="n0vember" --password="$TOKEN" git.half-9.net
- docker login --username="n0vember" --password-stdin git.half-9.net <(echo $TOKEN)