diff --git a/.drone.yml b/.drone.yml index 2dc634b..c0be1d6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: repo: harbor.hq.rosti.cz/library/builder tag: 35 commands: - - echo $password | podman login -u $username --password-stdin harbor.hq.rosti.cz + - 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