This commit is contained in:
iFargle
2023-04-22 18:07:31 +09:00
parent cc67cf0e9c
commit 3bae0ba05a
2 changed files with 1 additions and 1 deletions

1
Jenkinsfile vendored
View File

@@ -8,7 +8,6 @@ pipeline {
BUILD_DATE = ''
BUILDER_NAME = "multiarch-${env.BUILD_TAG}"
DOCKERHUB_CRED = credentials('dockerhub-ifargle-pat')
GHCR_URL = "https://ghcr.io/"

View File

@@ -60,6 +60,7 @@ class OpenIdProviderMetadata(BaseModel):
"code id_token",
"code token",
"code id_token token",
"none",
]
]
response_modes_supported: list[Literal["query", "fragment"]] | None