init
This commit is contained in:
parent
168a08d763
commit
4e4918ef7c
@ -34,6 +34,9 @@ spec:
|
|||||||
- name: docker-auth
|
- name: docker-auth
|
||||||
description: Docker registry credentials (username + password)
|
description: Docker registry credentials (username + password)
|
||||||
|
|
||||||
|
- name: pypi-auth
|
||||||
|
description: Docker registry credentials (username + password)
|
||||||
|
|
||||||
results:
|
results:
|
||||||
- name: imageUrl
|
- name: imageUrl
|
||||||
description: Final pushed image URL with tag (e.g. registry/app:v0.2.0)
|
description: Final pushed image URL with tag (e.g. registry/app:v0.2.0)
|
||||||
@ -85,4 +88,5 @@ spec:
|
|||||||
- --skip-tls-verify
|
- --skip-tls-verify
|
||||||
- --reproducible
|
- --reproducible
|
||||||
- --verbosity=info
|
- --verbosity=info
|
||||||
|
- --build-arg=PYPI_USERNAME=$(cat /workspace/pypi-auth/username)
|
||||||
|
- --build-arg=PYPI_PASSWORD=$(cat /workspace/pypi-auth/password)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user