Fix password
This commit is contained in:
parent
2f2aabf364
commit
da94de1ad4
@ -12,7 +12,7 @@ steps:
|
|||||||
repo: harbor.hq.rosti.cz/library/builder
|
repo: harbor.hq.rosti.cz/library/builder
|
||||||
tag: 35
|
tag: 35
|
||||||
commands:
|
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 build -t $repo:$tag .
|
||||||
- podman tag $repo:$tag $repo:latest
|
- podman tag $repo:$tag $repo:latest
|
||||||
- podman push $repo:$tag
|
- podman push $repo:$tag
|
||||||
|
Loading…
Reference in New Issue
Block a user