added gcr.io

This commit is contained in:
Antoni Sawicki 2019-10-14 22:24:14 -07:00
parent ea1ae10f97
commit 6b89e463f3
1 changed files with 8 additions and 1 deletions

View File

@ -14,5 +14,12 @@ cross:
docker: wrp
docker build -t tenox7/wrp:latest .
dockerhub:
docker push tenox7/wrp:latest
gcrio:
docker tag tenox7/wrp:latest gcr.io/tenox7/wrp
docker push gcr.io/tenox7/wrp
clean:
rm -rf wrp-* wrp
rm -rf wrp-* wrp