ci: Update docker publish workflow

This commit is contained in:
tecc 2022-12-02 05:27:15 +01:00
parent 73b0845e2c
commit 66ceaaa3d2
No known key found for this signature in database
GPG Key ID: 400AAD881FCC028B

View File

@ -3,9 +3,13 @@ name: Publish to Docker Hub
on:
push:
branches:
- main
- 'main'
- 'release'
tags:
- v**
pull_request:
- opened
- reopened
jobs:
# test: