Update docker-publish.yml
This commit is contained in:
parent
61f22aaf4f
commit
958a0c70ef
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@ -9,11 +9,11 @@ on:
|
||||
schedule:
|
||||
- cron: '25 23 * * *'
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches: [ "build-action" ]
|
||||
# Publish semver tags as releases.
|
||||
tags: [ 'v*.*.*' ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
branches: [ "build-action" ]
|
||||
|
||||
env:
|
||||
# Use docker.io for Docker Hub if empty
|
||||
|
Loading…
Reference in New Issue
Block a user