We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a44f76d + 4c89266 commit 53fcb90Copy full SHA for 53fcb90
1 file changed
.github/workflows/gh-test-external-registry.yml
@@ -44,9 +44,6 @@ jobs:
44
export IMGPKG_E2E_IMAGE="$IMGPKG_E2E_IMAGE-$GITHUB_RUN_ID"
45
export IMGPKG_E2E_RELOCATION_REPO="$IMGPKG_E2E_RELOCATION_REPO-$GITHUB_RUN_ID"
46
47
- export GOPATH=$(echo `pwd`)
48
- export PATH="$PATH:$GOPATH/bin"
49
-
50
docker login -u _json_key --password-stdin https://gcr.io <<< "$GCR_PASSWORD"
51
52
# pull registry for e2e tests that require a locally running docker registry. i.e. airgapped env tests
0 commit comments