This commit is contained in:
병준 박 2025-04-12 14:25:26 +00:00
parent 168a08d763
commit 4e4918ef7c

View File

@ -34,6 +34,9 @@ spec:
- name: docker-auth
description: Docker registry credentials (username + password)
- name: pypi-auth
description: Docker registry credentials (username + password)
results:
- name: imageUrl
description: Final pushed image URL with tag (e.g. registry/app:v0.2.0)
@ -85,4 +88,5 @@ spec:
- --skip-tls-verify
- --reproducible
- --verbosity=info
- --build-arg=PYPI_USERNAME=$(cat /workspace/pypi-auth/username)
- --build-arg=PYPI_PASSWORD=$(cat /workspace/pypi-auth/password)