You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Dockerfile: use vendor directory instead of downloading
* e2e: ensure kops e2e uses push-images script
We want to test with the same build that we are now using
to publish images.
* e2e: configure docker auth
* Dockerfile: combine COPY lines
* e2e: stop using go workspace in tests
Having a go.work causes go.mod to change which causes the docker build to fail.
sed -i -e "s@k8scloudprovidergcp/cloud-controller-manager:latest@${IMAGE_REPO}/cloud-controller-manager:${IMAGE_TAG}@g""${WORKDIR}/cloud-provider-gcp.yaml"
0 commit comments