This commit is contained in:
parent
938035a80a
commit
ffb95230d2
@ -41,5 +41,6 @@ steps:
|
|||||||
TOKEN:
|
TOKEN:
|
||||||
from_secret: registry_token
|
from_secret: registry_token
|
||||||
commands:
|
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 build -t $REGISTRY/$OWNER/$IMAGE:$TAG .
|
||||||
|
- docker push $REGISTRY/$OWNER/$IMAGE:$TAG
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user