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
skaffold verify --default-repo=$IMAGE_REPO should apply the default repo to verify images, similar to how it works with skaffold build, skaffold deploy, etc.
For example, with --default-repo=gcr.io/my-project, the resulting image for foo-e2e-test would be gcr.io/my-project/foo-e2e-test:random_stuff
Actual behavior
skaffold verify --default-repo=$IMAGE_REPO resulted in the default repo not being added to the image.
Expected behavior
skaffold verify --default-repo=$IMAGE_REPO
should apply the default repo to verify images, similar to how it works withskaffold build
,skaffold deploy
, etc.For example, with
--default-repo=gcr.io/my-project
, the resulting image forfoo-e2e-test
would begcr.io/my-project/foo-e2e-test:random_stuff
Actual behavior
skaffold verify --default-repo=$IMAGE_REPO
resulted in the default repo not being added to the image.Information
Steps to reproduce the behavior
skaffold verify --default-repo=$IMAGE_REPO
.The text was updated successfully, but these errors were encountered: