Skip to content

Merge pull request #15 from uw-cryo/package_update #20

Merge pull request #15 from uw-cryo/package_update

Merge pull request #15 from uw-cryo/package_update #20

Workflow file for this run

name: CI
on:
push:
branches:
- master
paths-ignore:
- 'LICENSE'
- 'README.md'
- '.gitignore'
jobs:
build-image-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Build and Push
uses: jupyterhub/repo2docker-action@master
with:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
IMAGE_NAME: "uwcryo/asp-binder"
#MYBINDERORG_TAG: ${{ github.event.ref }} #clutters output log
- name: Report Image Size and Conda Packages
run: |
docker images
docker run uwcryo/asp-binder:latest conda list --export