Skip to content

Restore removed path filter #6

Restore removed path filter

Restore removed path filter #6

Workflow file for this run

name: docker
on:
pull_request
paths:

Check failure on line 5 in .github/workflows/docker.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
- planet-notebook-docker/**
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/