Skip to content

Create build-docker.yml #1

Create build-docker.yml

Create build-docker.yml #1

Workflow file for this run

name: Deploy to Amazon ECR
on: workflow_dispatch
jobs:
build:
name: Build image
runs-on: ubuntu-latest
environment: production
steps:
- name: Trigger neuprint-cm build
run: |
curl -XPOST -u "${{ secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/aplbrain/neuprint-cm/actions/workflows/ecr.yml/dispatches --data '{"ref": "master"}'

Check failure on line 14 in .github/workflows/build-docker.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-docker.yml

Invalid workflow file

You have an error in your yaml syntax on line 14