[docker] also build a 'latest' image on pushes to master
This commit is contained in:
parent
6fd1a6aeaa
commit
09b0f35550
1 changed files with 3 additions and 1 deletions
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 a new issue