Skip to content

Commit 4854680

Browse files
committed
fix makefile target
1 parent 361ac55 commit 4854680

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
@@ -41,7 +41,7 @@ test-registry-container: .registry-cache
4141

4242
# Pulls images referenced in integration tests and pushes them to the local cache.
4343
.PHONY: test-images-push
44-
test-images-push: .registry-cache/docker/registry/v2/repositories/test-ubuntu .registry-cache/docker/registry/v2/repositories/test-envbuilder
44+
test-images-push: .registry-cache/docker/registry/v2/repositories/test-ubuntu .registry-cache/docker/registry/v2/repositories/envbuilder
4545

4646
.PHONY: test-images-pull
4747
test-images-pull:
@@ -56,5 +56,5 @@ test-images-pull:
5656
.registry-cache/docker/registry/v2/repositories/test-ubuntu:
5757
docker push localhost:5000/test-ubuntu:latest
5858

59-
.registry-cache/docker/registry/v2/repositories/test-envbuilder:
59+
.registry-cache/docker/registry/v2/repositories/envbuilder:
6060
docker push localhost:5000/envbuilder:latest

0 commit comments

Comments
 (0)