ci registry login
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
n0vember 2024-03-12 01:39:10 +01:00
parent c8be938e13
commit 03155f9ad1
No known key found for this signature in database
GPG Key ID: 8ECF21687C8F8994

View File

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