mirror of
https://github.com/tenox7/wrp.git
synced 2024-11-22 10:31:21 +00:00
added gcr.io
This commit is contained in:
parent
ea1ae10f97
commit
6b89e463f3
7
Makefile
7
Makefile
@ -14,5 +14,12 @@ cross:
|
|||||||
docker: wrp
|
docker: wrp
|
||||||
docker build -t tenox7/wrp:latest .
|
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:
|
clean:
|
||||||
rm -rf wrp-* wrp
|
rm -rf wrp-* wrp
|
Loading…
Reference in New Issue
Block a user