From 245b70f654cb080e58bed92e072ef8c5f007c251 Mon Sep 17 00:00:00 2001 From: Marco <35533749+marcopeocchi@users.noreply.github.com> Date: Sat, 21 Jan 2023 10:54:42 +0100 Subject: [PATCH] Update docker-publish.yml --- .github/workflows/docker-publish.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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