We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e42af47 + 00edd49 commit adbfc25Copy full SHA for adbfc25
auth-oidc-proxy/build
@@ -13,7 +13,7 @@ set -ex
13
export REGISTRY=${REGISTRY:-icr.io/codeengine}
14
15
# Build and push the oidc-auth image
16
-cd oidc-auth
+cd auth
17
docker build ${NOCACHE} -t ${REGISTRY}/auth-oidc-proxy/auth . --platform linux/amd64
18
docker push ${REGISTRY}/auth-oidc-proxy/auth
19
cd ..
0 commit comments