File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ test-registry-container: .registry-cache
41
41
42
42
# Pulls images referenced in integration tests and pushes them to the local cache.
43
43
.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
45
45
46
46
.PHONY : test-images-pull
47
47
test-images-pull :
@@ -56,5 +56,5 @@ test-images-pull:
56
56
.registry-cache/docker/registry/v2/repositories/test-ubuntu :
57
57
docker push localhost:5000/test-ubuntu:latest
58
58
59
- .registry-cache/docker/registry/v2/repositories/test- envbuilder :
59
+ .registry-cache/docker/registry/v2/repositories/envbuilder :
60
60
docker push localhost:5000/envbuilder:latest
You can’t perform that action at this time.
0 commit comments