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:
105105 - cortextool-linux
106106 dockerfile : cmd/cortextool/GR.Dockerfile
107107 image_templates :
108- - " cortexproject/cortex-tools:latest"
109- - " cortexproject/cortex-tools:{{ .Tag }}"
108+ - " quay.io/cortexproject/cortex-tools:{{ .Tag }}"
110109 build_flag_templates :
111110 - " --pull"
112111 - " --label=org.opencontainers.image.created={{.Date}}"
@@ -121,8 +120,7 @@ dockers:
121120 - benchtool-linux
122121 dockerfile : cmd/benchtool/GR.Dockerfile
123122 image_templates :
124- - " cortexproject/benchtool:latest"
125- - " cortexproject/benchtool:{{ .Tag }}"
123+ - " quay.io/cortexproject/benchtool:{{ .Tag }}"
126124 build_flag_templates :
127125 - " --pull"
128126 - " --label=org.opencontainers.image.created={{.Date}}"
You can’t perform that action at this time.
0 commit comments