1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-04 02:15:18 +02:00

add github workflow to automatically build a docker image

This commit is contained in:
François Darveau 2021-06-26 16:30:03 -04:00
parent 9698fdc598
commit 59b9d20dd5

View file

@ -29,7 +29,7 @@ jobs:
upstream_repository: pawelmalak/flame
upstream_branch: master
target_branch: master
# git_pull_rebase_config: true
git_pull_rebase_config: true
# git_pull_args: --ff-only # optional arg use, defaults to simple 'pull'
# github_token: ${{ secrets.GITHUB_TOKEN }} # optional, for accessing repos that require authentication