From f8942a337c4c01f00a4ec71689acb31875bcfc9c Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 8 Feb 2021 16:45:50 +0100 Subject: [PATCH] Fix crane tag --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 00590e2..87a18d7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -133,7 +133,7 @@ steps: - name: retag prod image image: nicolaka/netshoot environment: - REGISTRY: rg.fr-par.scw.cloud/crocmagnon + REGISTRY: rg.fr-par.scw.cloud REGISTRY_USERNAME: { from_secret: registry_username } REGISTRY_PASSWORD: { from_secret: registry_password } CRANE_VERSION: 0.4.0 @@ -141,7 +141,7 @@ steps: - wget "https://github.com/google/go-containerregistry/releases/download/v$CRANE_VERSION/go-containerregistry_Linux_x86_64.tar.gz" - tar xzf go-containerregistry_Linux_x86_64.tar.gz - ./crane auth login -u $REGISTRY_USERNAME -p $REGISTRY_PASSWORD $REGISTRY - - ./crane tag $REGISTRY/blog:latest-temp latest + - ./crane tag $REGISTRY/crocmagnon/blog:latest-temp latest when: branch: - master