Skip to content

Commit

Permalink
adding kubectl oidc-login
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Jul 21, 2024
1 parent 91f2188 commit c043e2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,8 @@ RUN echo \
&& for pkg in ${CODE_PKGS}; do kubectl ${NAME} install ${pkg}; echo "Installed: ${pkg}"; done \
&& ${dir_clean} \
&& ${TEST} \
&& kubectl krew update \
&& kubectl krew install oidc-login \
&& echo

#################################################################################
Expand Down

0 comments on commit c043e2c

Please sign in to comment.