fixed naming for dockerhub

pull/1081/head
Nils 2021-08-28 20:42:12 +02:00
parent ad416c9499
commit a222b0148a
1 changed files with 4 additions and 4 deletions

View File

@ -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 .