You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
311 B
6 lines
311 B
# Build gcr.io/skia-public/skia-build-tools:latest, the image used to compile
|
|
# Skia in Google Cloud Build.
|
|
push-skia-build-tools:
|
|
docker build -t skia-build-tools ./skia-build-tools
|
|
docker tag skia-build-tools gcr.io/skia-public/skia-build-tools:latest
|
|
docker push gcr.io/skia-public/skia-build-tools:latest
|