Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2e: Fix the podman login to OCP internal registry
In OCP 4.16, dockercfg secret moved from the form of "serviceaccount:xyz" to "<token>:xyz". Use bash left trim operator (`${<variable>#<prefix>}`) to make it explicit. Signed-off-by: Andrea Panattoni <[email protected]>
- Loading branch information