Skip to content

Commit adbfc25

Browse files
authored
Merge pull request #211 from IBM/fixed-broken-build-script
fixed broken build script
2 parents e42af47 + 00edd49 commit adbfc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth-oidc-proxy/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -ex
1313
export REGISTRY=${REGISTRY:-icr.io/codeengine}
1414

1515
# Build and push the oidc-auth image
16-
cd oidc-auth
16+
cd auth
1717
docker build ${NOCACHE} -t ${REGISTRY}/auth-oidc-proxy/auth . --platform linux/amd64
1818
docker push ${REGISTRY}/auth-oidc-proxy/auth
1919
cd ..

0 commit comments

Comments
 (0)