diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 276ce09..5ede39e 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -1,4 +1,4 @@ -name: Docker +name: Docker (ghcr.io) # This workflow uses actions that are not certified by GitHub. # They are provided by a third-party and are governed by @@ -6,14 +6,13 @@ name: Docker # documentation. on: -# schedule: -# - cron: '39 13 * * *' release: branches: [ master ] - # Publish semver tags as releases. tags: [ 'v*.*.*' ] -# pull_request: -# branches: [ master ] + push: + branches: [ master ] + pull_request: + branches: [ master ] env: # Use docker.io for Docker Hub if empty