mirror of https://github.com/statping/statping
fixed naming for dockerhub
parent
ad416c9499
commit
a222b0148a
8
Makefile
8
Makefile
|
@ -273,10 +273,10 @@ download-key:
|
||||||
gpg --import statping.gpg
|
gpg --import statping.gpg
|
||||||
|
|
||||||
dockerhub:
|
dockerhub:
|
||||||
docker build --build-arg VERSION=${VERSION} -t statping-ng/statping-ng:latest --no-cache -f Dockerfile .
|
docker build --build-arg VERSION=${VERSION} -t adamboutcher/statping-ng:latest --no-cache -f Dockerfile .
|
||||||
docker tag statping-ng/statping-ng statping-ng/statping-ng:v${VERSION}
|
docker tag adamboutcher/statping-ng adamboutcher/statping-ng:v${VERSION}
|
||||||
docker push statping-ng/statping-ng:v${VERSION}
|
docker push adamboutcher/statping-ng:v${VERSION}
|
||||||
docker push statping-ng/statping-ng
|
docker push adamboutcher/statping-ng
|
||||||
|
|
||||||
docker-build-dev:
|
docker-build-dev:
|
||||||
docker build --build-arg VERSION=${VERSION} -t statping-ng/statping-ng:latest --no-cache -f Dockerfile .
|
docker build --build-arg VERSION=${VERSION} -t statping-ng/statping-ng:latest --no-cache -f Dockerfile .
|
||||||
|
|
Loading…
Reference in New Issue