aboutsummaryrefslogtreecommitdiffhomepage
path: root/docker/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docker/README.md b/docker/README.md
index 9b3676d0d0..c237c61795 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -2,3 +2,13 @@ Docker
======
Docker files for building different Skia targets.
+
+Manual
+------
+
+There is a continuous process that builds this docker image, but if you
+need to manually push a verison, then run the following commands:
+
+ docker build -t skia-release ./docker/skia-release/
+ docker tag skia-release gcr.io/skia-public/skia-release:prod
+ docker push gcr.io/skia-public/skia-release:prod