diff --git a/.github/workflows/devcontainer-build.yml b/.github/workflows/devcontainer-build.yml index 8a0b3d5ef..6aa1ba2ab 100644 --- a/.github/workflows/devcontainer-build.yml +++ b/.github/workflows/devcontainer-build.yml @@ -7,6 +7,9 @@ on: docker-tags: required: True type: string + pip-options: + required: False + type: string secrets: GHCR_TOKEN: required: True