ci: add registry secrets #1
1 changed files with 5 additions and 0 deletions
commit
edd125d5bf
|
|
@ -67,6 +67,11 @@ steps:
|
||||||
- poetry config http-basic.roboces "$REGISTRY_USERNAME" "$REGISTRY_PASSWORD"
|
- poetry config http-basic.roboces "$REGISTRY_USERNAME" "$REGISTRY_PASSWORD"
|
||||||
- sleep 30m
|
- sleep 30m
|
||||||
- poetry publish --repository roboces
|
- poetry publish --repository roboces
|
||||||
|
environment:
|
||||||
|
REGISTRY_USERNAME:
|
||||||
|
from_secret: REGISTRY_USERNAME
|
||||||
|
REGISTRY_PASSWORD:
|
||||||
|
from_secret: REGISTRY_PASSWORD
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/v*
|
- refs/tags/v*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue