mirror of
https://github.com/QingWei-Li/notea.git
synced 2024-11-29 12:53:00 +03:00
ci: Update docker publish workflow
This commit is contained in:
parent
73b0845e2c
commit
66ceaaa3d2
6
.github/workflows/docker-publish.yml
vendored
6
.github/workflows/docker-publish.yml
vendored
@ -3,9 +3,13 @@ name: Publish to Docker Hub
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 'main'
|
||||
- 'release'
|
||||
tags:
|
||||
- v**
|
||||
pull_request:
|
||||
- opened
|
||||
- reopened
|
||||
|
||||
jobs:
|
||||
# test:
|
||||
|
Loading…
Reference in New Issue
Block a user