earthlab / hub-ops

Infrastructure and operations for the Earth Lab JupyterHub
https://earthlab-hub-ops.readthedocs.io/en/latest/
4 stars 8 forks source link

on PRs, build image but do not push #332

Closed kcranston closed 3 years ago

kcranston commented 3 years ago

This update the GitHub Actions so that on a pull request, we check that the docker image builds, but we do not push to Dockerhub. This means that PR builds do not need access to repository secrets and can be successfully built from forks.

Addresses #327