From 7e11c39be4f89a2c9239debc04c0235752a587cf Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sun, 26 Feb 2023 14:00:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BF=D1=83=D0=B1=D0=BB=D0=B8=D0=BA=D0=B0=D1=86=D0=B8=D1=8E=20?= =?UTF-8?q?=D0=BE=D0=B1=D1=80=D0=B0=D0=B7=D0=B0=20=D0=B2=20=D1=81=D0=B2?= =?UTF-8?q?=D0=BE=D0=B9=20regestry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6204cf8..a443ee7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,8 +45,9 @@ steps: path: /var/run commands: - echo "$DOCKER_REGISTRY_TOKEN" | docker login docker.io --username $DOCKER_REGISTRY_USER --password-stdin + - echo "$STRUCHKOV_DOCKER_REGISTRY_TOKEN" | docker login git.struchkov.dev --username $DOCKER_REGISTRY_USER --password-stdin - docker buildx create --use - - docker buildx build -f Dockerfile-develop --push --platform linux/amd64,linux/arm64/v8 -t "$DOCKER_IMAGE_NAME:develop" . + - docker buildx build -f Dockerfile-develop --push --platform linux/amd64,linux/arm64/v8 -t "$DOCKER_IMAGE_NAME:develop" -t "git.struchkov.dev/$DOCKER_IMAGE_NAME:develop" . --- @@ -193,6 +194,6 @@ volumes: path: /drone/volume/mkdocs_cache/gitlab_notification --- kind: signature -hmac: 23d498c2e305f04c5aef8df6c48fa62ab96def09d238c703497a3d2955526b67 +hmac: e91cf7d8dfe87ab3351ebadff2e68ab07f59ee8e5dcb9a5bf14ef4510349c872 ...