File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,7 @@ dockers:
105
105
- cortextool-linux
106
106
dockerfile : cmd/cortextool/GR.Dockerfile
107
107
image_templates :
108
- - " cortexproject/cortex-tools:latest"
109
- - " cortexproject/cortex-tools:{{ .Tag }}"
108
+ - " quay.io/cortexproject/cortex-tools:{{ .Tag }}"
110
109
build_flag_templates :
111
110
- " --pull"
112
111
- " --label=org.opencontainers.image.created={{.Date}}"
@@ -121,8 +120,7 @@ dockers:
121
120
- benchtool-linux
122
121
dockerfile : cmd/benchtool/GR.Dockerfile
123
122
image_templates :
124
- - " cortexproject/benchtool:latest"
125
- - " cortexproject/benchtool:{{ .Tag }}"
123
+ - " quay.io/cortexproject/benchtool:{{ .Tag }}"
126
124
build_flag_templates :
127
125
- " --pull"
128
126
- " --label=org.opencontainers.image.created={{.Date}}"
You can’t perform that action at this time.
0 commit comments