X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2Fmk%2FMakefile.include;h=ced304aab1fe73f4717d0345c99c7268307f8f22;hb=df1296d5342ce2d96b2a21c4f4ac15ac048a18e5;hp=2be4d295681593eb9b71ca4405fe1094d370da0b;hpb=9e7ed04f285ad067bbaf402ed2c9a17c063b64f3;p=osm%2Fdevops.git diff --git a/docker/mk/Makefile.include b/docker/mk/Makefile.include index 2be4d295..ced304aa 100644 --- a/docker/mk/Makefile.include +++ b/docker/mk/Makefile.include @@ -35,7 +35,7 @@ $(MKBUILD)/.dep_%: $Q$(MKINCLUDE)/get_version.sh -r $(REPOSITORY) -R $(RELEASE) -k $(REPOSITORY_KEY) -u $(REPOSITORY_BASE) -m $* > $@ build: $(MKBUILD) $(DEPS_TARGETS) - $Qdocker build -t osm/$(LOWER_MDG):$(TAG) \ + $Qdocker build -t opensourcemano/$(LOWER_MDG):$(TAG) \ --build-arg RELEASE=$(RELEASE) \ --build-arg REPOSITORY=$(REPOSITORY) \ --build-arg REPOSITORY_KEY=$(REPOSITORY_KEY) \ @@ -57,7 +57,7 @@ clean: rm -f $(MKBUILD)/.dep* tag: - docker tag osm/$(CONTAINER_NAME):$(INPUT_TAG) opensourcemano/$(LOWER_MDG):$(TAG) + docker tag opensourcemano/$(CONTAINER_NAME):$(INPUT_TAG) opensourcemano/$(LOWER_MDG):$(TAG) push: tag docker push opensourcemano/$(LOWER_MDG):$(TAG)