Skip to content

change repo_name

change repo_name #2

Workflow file for this run

name: Deploy to Staging
on:
push:
branches:
- master
- new-pool # for testing
workflow_dispatch:
jobs:
build_and_push_image:
name: Build and Push Image
uses: zooniverse/ci-cd/.github/workflows/build_and_push_image.yaml@main
with:
repo_name: panoptes-python-notebook
commit_id: ${{ github.sha }}
latest: true