Commit e7d05fa
authored
Correct Docker image location (#2929)
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.
https://github.com/graphql-hive/graphql-inspector/blob/3539940ffd6cdc7d48e2b2fb54acd8f8ec886e10/.github/workflows/docker.yml#L221 parent e198fcf commit e7d05fa
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments