-
-
Notifications
You must be signed in to change notification settings - Fork 209
Open
Description
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
- 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox
Make sure to fork this template and run
pnpm generatein the terminal.Please make sure the Codegen and plugins version under
package.jsonmatches yours. - 2. A failing test has been provided
- 3. A local solution has been provided
- 4. A pull request is pending review
Describe the bug
According to the CI, the location of the docker image should be kamilkisiela/graphql-inspector and not graphql-hive/graphql-inspector. The latter doesn't (yet) exist on Docker Hub, which momentarily through me for a loop when trying to integrate this Docker image into our CI pipelines.
| images: kamilkisiela/graphql-inspector |
To Reproduce Steps to reproduce the behavior:
Pulling from graphql-hive/graphql-inspector gives the following error:
Error pulling image graphql-hive/graphql-inspector: Error response from daemon: denied: requested access to the resource is denied... retrying
image cache not found on this host, downloading docker.io/graphql-hive/graphql-inspector
Expected behavior
Pulling from graphql-hive/graphql-inspector doesn't give an error.
Environment:
Any OS.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels