asasd
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Adam Štrauch 2021-11-02 17:19:12 +01:00
parent b43e006912
commit 6cf5134ebe
Signed by: cx
GPG Key ID: 018304FFA8988F8D

View File

@ -17,7 +17,7 @@ steps:
repo: harbor.hq.rosti.cz/library/builder
tag: 35
commands:
- echo -n "$password" | docker login -u $username --password-stdin harbor.hq.rosti.cz
# - echo -n "$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