Fix password

This commit is contained in:
Adam Štrauch 2021-11-02 13:56:09 +01:00
parent 2f2aabf364
commit da94de1ad4
Signed by: cx
GPG Key ID: 018304FFA8988F8D

View File

@ -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