Skip to content

Merge pull request #93 from jolie/v1.12.x #145

Merge pull request #93 from jolie/v1.12.x

Merge pull request #93 from jolie/v1.12.x #145

Workflow file for this run

on:
push:
branches:
- v1.11.x
jobs:
docker_build_and_push:
runs-on: ubuntu-latest
name: "Trigger"
steps:
- uses: actions/checkout@v3
with:
ref: master
token: ${{secrets.GITHUB_TOKEN}}
- run: git branch
- run: git config --global user.email "gitaction@gitaction.com"
- run: git config --global user.name "GitAction"
- run: git commit --allow-empty -m "Triggered by v1.11.x" | git push