--- environment_variables: SITE_VERSION: "0.0.1-1" git: branch: main triggers: cron: "@daily" clean_workspace: true builders: - docker docker_name: drive/jupyter-site docker_tags: - "${SITE_VERSION}" - "latest" docker_no_cache: true