Skip to content

use trigger API to build internal docker instead #11

use trigger API to build internal docker instead

use trigger API to build internal docker instead #11

Workflow file for this run

name: trigger

Check failure on line 1 in .github/workflows/ci_trigger.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci_trigger.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: trigger
on:
release:
types:
- published
jobs:
trigger:
image: alpine
script:
- apk add --no-cache curl
- >
curl -X POST --fail \
-F token=${{ secrets.GITLAB_PIPELINE_TRIGGER_TOKEN }} \
-F ref=main \
-F variables[CUSTOM_RUN_TAG]=auto \
-F variables[LAYER_NAME]=dotai-eo \
https://git.sinergise.com/api/v4/projects/1031/trigger/pipeline