Skip to content

Commit

Permalink
Test building image on each PR
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Nov 29, 2021
1 parent 010eb43 commit 83a724f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Build container image

on:
pull_request:

jobs:
build:
runs-on: ubuntu-latest
steps:

- name: checkout files in repo
uses: actions/checkout@main

- name: update jupyter dependencies with repo2docker
uses: jupyterhub/repo2docker-action@master
with: # make sure username & password/token matches your registry
NO_PUSH: "true"
DOCKER_REGISTRY: "quay.io"
IMAGE_NAME: "2i2c/utoronto-image"

0 comments on commit 83a724f

Please sign in to comment.