Skip to content

Build image

Build image #1

Workflow file for this run

name: Build
on:
push:
branches: main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build docker image
run: docker build -t jupyterlab-meta:latest .