Skip to content

Update docker/build-push-action action to v5 - autoclosed #99

Update docker/build-push-action action to v5 - autoclosed

Update docker/build-push-action action to v5 - autoclosed #99

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-gpu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the jupyter-gpu Docker image
run: docker build jupyter-gpu/ --file jupyter-gpu/Dockerfile --tag jupyter-gpu:$(date +%s)
build-all-spark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the jupyter-all-spark Docker image
run: docker build jupyter-all-spark/ --file jupyter-all-spark/Dockerfile --tag jupyter-all-spark:$(date +%s)