Commit 214c3666 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

docker: only retag existing images

parent 60b3dd23
......@@ -61,6 +61,7 @@ docker-images-tofino:
docker-retag:
for i in $(DOCKER_IMAGES) ; do \
docker image inspect $$i >/dev/null && \
docker tag $(DOCKER_REGISTRY_FROM)$${i}$(DOCKER_TAG_FROM) \
$(DOCKER_REGISTRY)$${i}$(DOCKER_TAG) ; \
done
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment