chore(dogfood): revert to pre-nix image (#9231)

This commit is contained in:
Ammar Bandukwala
2023-08-21 15:30:09 -05:00
committed by GitHub
parent 2a04d15c6d
commit 4a9c7733d8

View File

@ -260,7 +260,9 @@ locals {
registry_name = "codercom/oss-dogfood"
}
data "docker_registry_image" "dogfood" {
name = "${local.registry_name}:main"
// This is temporarily pinned to a pre-nix version of the image at commit
// 6cdf1c73c until the Nix kinks are worked out.
name = "${local.registry_name}:pre-nix"
}
resource "docker_image" "dogfood" {