From d00b2f83df57af02a039e04bc375461c3a3fd49b Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sun, 18 Dec 2022 00:46:36 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 326dac1..2a1a1aa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: DOCKER_REGISTRY_USER: from_secret: DOCKER_REGISTRY_USER commands: - - sleep 5 + - sleep 15 - echo "$DOCKER_REGISTRY_TOKEN" | docker login docker.io --username $DOCKER_REGISTRY_USER --password-stdin - docker build --no-cache -t "$DOCKER_IMAGE_NAME:latest" . - docker push "$DOCKER_IMAGE_NAME:latest"