[docker] also build a 'latest' image on pushes to master

This commit is contained in:
Shish 2023-12-31 16:04:42 +00:00
parent 6fd1a6aeaa
commit 09b0f35550

View file

@ -3,7 +3,9 @@ name: Publish
on:
workflow_run:
workflows: Tests
branches: main
branches:
- main
- master
types: completed
workflow_dispatch:
push: