mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
chore: use gcr.io for postgres image in CI (#7935)
This commit is contained in:
@ -68,7 +68,7 @@ func main() {
|
||||
"run",
|
||||
"--rm",
|
||||
"--network=host",
|
||||
fmt.Sprintf("postgres:%d", minimumPostgreSQLVersion),
|
||||
fmt.Sprintf("gcr.io/coder-dev-1/postgres:%d", minimumPostgreSQLVersion),
|
||||
}, cmdArgs...)
|
||||
}
|
||||
cmd := exec.Command(cmdArgs[0], cmdArgs[1:]...) //#nosec
|
||||
|
Reference in New Issue
Block a user