Update docker-publish.yml

This commit is contained in:
hexeth 2022-10-07 19:50:57 -07:00 committed by GitHub
parent 650e2fd762
commit 7b66481e04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,15 @@ name: Publish Docker Image
# documentation.
on:
schedule:
- cron: '0 4 * * *'
push:
branches: [ develop ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
branches:
- master
- develop
pull_request:
branches: [ develop ]
branches:
- master
- develop
env:
# Use docker.io for Docker Hub if empty