From a9421b5304170c31b917a2ab3941aad458f3ab66 Mon Sep 17 00:00:00 2001 From: Phil Biggin <51948186+philbiggin@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:47:07 +0100 Subject: [PATCH] Update docker-publish.yml --- .github/workflows/docker-publish.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index d8f8330..608499f 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -7,13 +7,11 @@ # To get a newer version, you will need to update the SHA. # You can also reference a tag or branch, but the action may change without warning. - name: Publish Docker image on: - push: - branches: [ "main" ] - +# push: +# branches: [ "main" ] release: types: [published]