Skip to content

Update changelog for 0.10.0 release #121

Update changelog for 0.10.0 release

Update changelog for 0.10.0 release #121

Workflow file for this run

name: Publish Docker
on:
push:
branches: [ master ]
jobs:
docker:
runs-on: ubuntu-22.04
steps:
- name: Trigger docker build
shell: bash
run: |
curl -s -X POST \
-H "Content-Type:application/json" \
-H "Travis-API-Version:3" \
-H "Accept:application/json" \
-H "Authorization:token ${{secrets.TRAVIS_API_TOKEN}}" \
-d '{"request":{"branch":"master"}}' \
'https://api.travis-ci.com/repo/pisa-engine%2Fdocker/requests'