This commit is contained in:
parent
938035a80a
commit
ffb95230d2
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user