[docker] also build a 'latest' image on pushes to master
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -3,7 +3,9 @@ name: Publish
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: Tests
|
||||
branches: main
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
types: completed
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
Reference in New Issue
Block a user