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. # documentation.
on: on:
schedule:
- cron: '0 4 * * *'
push: push:
branches: [ develop ] branches:
# Publish semver tags as releases. - master
tags: [ 'v*.*.*' ] - develop
pull_request: pull_request:
branches: [ develop ] branches:
- master
- develop
env: env:
# Use docker.io for Docker Hub if empty # Use docker.io for Docker Hub if empty