Update docker-publish.yml
This commit is contained in:
parent
b6ac6a47fc
commit
4c4b941c55
6
.github/workflows/docker-publish.yml
vendored
6
.github/workflows/docker-publish.yml
vendored
@ -9,11 +9,11 @@ on:
|
||||
schedule:
|
||||
- cron: '39 18 * * *'
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches: [ "main","development" ]
|
||||
# Publish semver tags as releases.
|
||||
tags: [ 'release-*.*.*' ]
|
||||
tags: [ 'release-*.*.*','alpha-*.*.*' ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
branches: [ "main","development" ]
|
||||
|
||||
env:
|
||||
# Use docker.io for Docker Hub if empty
|
||||
|
Loading…
x
Reference in New Issue
Block a user