This commit is contained in:
parent
b565047871
commit
b43e006912
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ steps:
|
||||||
repo: harbor.hq.rosti.cz/library/builder
|
repo: harbor.hq.rosti.cz/library/builder
|
||||||
tag: 35
|
tag: 35
|
||||||
commands:
|
commands:
|
||||||
- docker login -u $username -p "$password" harbor.hq.rosti.cz
|
- echo -n "$password" | docker login -u $username --password-stdin harbor.hq.rosti.cz
|
||||||
- docker build -t $repo:$tag .
|
- docker build -t $repo:$tag .
|
||||||
- docker tag $repo:$tag $repo:latest
|
- docker tag $repo:$tag $repo:latest
|
||||||
- docker push $repo:$tag
|
- docker push $repo:$tag
|
||||||
|
|
Loading…
Reference in a new issue