From 6dd48bc363f0660a2c9a8c6b9eb78a9c0570e79c Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Sat, 17 Dec 2022 13:31:59 +0000 Subject: [PATCH] switched docker publish to on release --- .github/workflows/docker-publish.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 21588bb..ee187c5 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -1,13 +1,8 @@ -name: Docker - -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. +name: ghcr-push on: - push: - branches: ['master'] + release: + types: [created] env: # Use docker.io for Docker Hub if empty