We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6522fe commit 361ac55Copy full SHA for 361ac55
GNUmakefile
@@ -47,8 +47,8 @@ test-images-push: .registry-cache/docker/registry/v2/repositories/test-ubuntu .r
47
test-images-pull:
48
docker pull ubuntu:latest
49
docker tag ubuntu:latest localhost:5000/test-ubuntu:latest
50
- docker pull ghcr.io/coder/envbuilder:latest
51
- docker tag ghcr.io/coder/envbuilder:latest localhost:5000/envbuilder:latest
+ docker pull ghcr.io/coder/envbuilder-preview:latest
+ docker tag ghcr.io/coder/envbuilder-preview:latest localhost:5000/envbuilder:latest
52
53
.registry-cache:
54
mkdir -p .registry-cache && chmod -R ag+w .registry-cache
0 commit comments