Skip to content

Add Github workflow to build docker #5

Add Github workflow to build docker

Add Github workflow to build docker #5

Workflow file for this run

name: docker
on:
pull_request
jobs:
build:
name: Build Docker
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Build Image
run: |
docker build -t planet-notebooks planet-notebook-docker/