From c8f1740c5441bc21b966c5f7cb01b031630dad75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Tue, 2 Nov 2021 15:29:19 +0100 Subject: [PATCH] Fix dind --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index f530eaf..d6287a2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,11 +12,11 @@ steps: repo: harbor.hq.rosti.cz/library/builder tag: 35 commands: - - echo "$password" | podman login -u $username --password-stdin harbor.hq.rosti.cz - - podman build -t $repo:$tag . - - podman tag $repo:$tag $repo:latest - - podman push $repo:$tag - - podman push $repo:latest + - echo "$password" | docker login -u $username --password-stdin harbor.hq.rosti.cz + - docker build -t $repo:$tag . + - docker tag $repo:$tag $repo:latest + - docker push $repo:$tag + - docker push $repo:latest # - name: build&push # image: plugins/docker