github.com/tilt-dev/tilt@v0.33.15-0.20240515162809-0a22ed45d8a0/internal/build/tag.go (about) 1 package build 2 3 // The image tag prefix can be customized. 4 // 5 // This allows our integration tests to customize 6 // the prefix so that they can write to a public 7 // registry without interfering with each other. 8 var ImageTagPrefix = "tilt-"