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