This commit is contained in:
GodD6366 2022-10-10 05:25:44 +00:00
parent ba428cf3ae
commit 5a81102988

View File

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