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

This commit is contained in:
n0vember 2024-03-12 01:52:07 +01:00
parent 938035a80a
commit ffb95230d2
No known key found for this signature in database
GPG Key ID: 8ECF21687C8F8994

View File

@ -41,5 +41,6 @@ steps:
TOKEN:
from_secret: registry_token
commands:
- docker login --username="$USER" --password="$TOKEN" git.half-9.net
- docker login --username="$USER" --password="$TOKEN" $REGISTRY
- docker build -t $REGISTRY/$OWNER/$IMAGE:$TAG .
- docker push $REGISTRY/$OWNER/$IMAGE:$TAG