This commit is contained in:
parent
09681caffa
commit
d00b2f83df
@ -15,7 +15,7 @@ steps:
|
|||||||
DOCKER_REGISTRY_USER:
|
DOCKER_REGISTRY_USER:
|
||||||
from_secret: DOCKER_REGISTRY_USER
|
from_secret: DOCKER_REGISTRY_USER
|
||||||
commands:
|
commands:
|
||||||
- sleep 5
|
- sleep 15
|
||||||
- echo "$DOCKER_REGISTRY_TOKEN" | docker login docker.io --username $DOCKER_REGISTRY_USER --password-stdin
|
- echo "$DOCKER_REGISTRY_TOKEN" | docker login docker.io --username $DOCKER_REGISTRY_USER --password-stdin
|
||||||
- docker build --no-cache -t "$DOCKER_IMAGE_NAME:latest" .
|
- docker build --no-cache -t "$DOCKER_IMAGE_NAME:latest" .
|
||||||
- docker push "$DOCKER_IMAGE_NAME:latest"
|
- docker push "$DOCKER_IMAGE_NAME:latest"
|
||||||
|
Loading…
Reference in New Issue
Block a user