From a222b0148a00ebe8b69dc30fb0b94e90ad9310ea Mon Sep 17 00:00:00 2001 From: Nils Date: Sat, 28 Aug 2021 20:42:12 +0200 Subject: [PATCH] fixed naming for dockerhub --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 5d484547..04ae8c6f 100644 --- a/Makefile +++ b/Makefile @@ -273,10 +273,10 @@ download-key: gpg --import statping.gpg dockerhub: - docker build --build-arg VERSION=${VERSION} -t statping-ng/statping-ng:latest --no-cache -f Dockerfile . - docker tag statping-ng/statping-ng statping-ng/statping-ng:v${VERSION} - docker push statping-ng/statping-ng:v${VERSION} - docker push statping-ng/statping-ng + docker build --build-arg VERSION=${VERSION} -t adamboutcher/statping-ng:latest --no-cache -f Dockerfile . + docker tag adamboutcher/statping-ng adamboutcher/statping-ng:v${VERSION} + docker push adamboutcher/statping-ng:v${VERSION} + docker push adamboutcher/statping-ng docker-build-dev: docker build --build-arg VERSION=${VERSION} -t statping-ng/statping-ng:latest --no-cache -f Dockerfile .