Update docker-publish.yml

This commit is contained in:
Dede Fuji Abdul 2024-01-15 21:32:24 +07:00 committed by GitHub
parent b6ac6a47fc
commit 4c4b941c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@ on:
schedule: schedule:
- cron: '39 18 * * *' - cron: '39 18 * * *'
push: push:
branches: [ "main" ] branches: [ "main","development" ]
# Publish semver tags as releases. # Publish semver tags as releases.
tags: [ 'release-*.*.*' ] tags: [ 'release-*.*.*','alpha-*.*.*' ]
pull_request: pull_request:
branches: [ "main" ] branches: [ "main","development" ]
env: env:
# Use docker.io for Docker Hub if empty # Use docker.io for Docker Hub if empty