[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: on:
workflow_run: workflow_run:
workflows: Tests workflows: Tests
branches: main branches:
- main
- master
types: completed types: completed
workflow_dispatch: workflow_dispatch:
push: push: