Skip to content

Commit 361ac55

Browse files
committed
test with envbuilder-preview
1 parent f6522fe commit 361ac55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GNUmakefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ test-images-push: .registry-cache/docker/registry/v2/repositories/test-ubuntu .r
4747
test-images-pull:
4848
docker pull ubuntu:latest
4949
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
50+
docker pull ghcr.io/coder/envbuilder-preview:latest
51+
docker tag ghcr.io/coder/envbuilder-preview:latest localhost:5000/envbuilder:latest
5252

5353
.registry-cache:
5454
mkdir -p .registry-cache && chmod -R ag+w .registry-cache

0 commit comments

Comments
 (0)