This commit is contained in:
병준 박 2025-04-13 01:38:58 +00:00
parent e956a58c8c
commit 1972ce30fb

View File

@ -26,6 +26,14 @@ spec:
description: Build context path (relative to subdirectory) description: Build context path (relative to subdirectory)
type: string type: string
default: . default: .
- name: PYPI_USERNAME
description: Build context path (relative to subdirectory)
type: string
default: "gitops-bot"
- name: PYPI_PASSWORD
description: Build context path (relative to subdirectory)
type: string
default: "qwer5795QWER"
workspaces: workspaces:
- name: source - name: source
@ -106,6 +114,6 @@ spec:
- --reproducible - --reproducible
- --verbosity=info - --verbosity=info
- --build-arg - --build-arg
- PYPI_USERNAME=$(results.PYPI_USERNAME) - PYPI_USERNAME=$(params.PYPI_USERNAME)
- --build-arg - --build-arg
- PYPI_PASSWORD=$(results.PYPI_PASSWORD) - PYPI_PASSWORD=$(params.PYPI_PASSWORD)