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:
|
schedule:
|
||||||
- cron: '25 23 * * *'
|
- cron: '25 23 * * *'
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "build-action" ]
|
||||||
# Publish semver tags as releases.
|
# Publish semver tags as releases.
|
||||||
tags: [ 'v*.*.*' ]
|
tags: [ 'v*.*.*' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "build-action" ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Use docker.io for Docker Hub if empty
|
# Use docker.io for Docker Hub if empty
|
||||||
|
Loading…
Reference in New Issue
Block a user