From 4a22c5c9f7bec6a67879aed2835fb19354ac84e4 Mon Sep 17 00:00:00 2001 From: Matthew Horridge Date: Fri, 10 May 2024 14:00:04 -0700 Subject: [PATCH] Changed invocation of building and pushing Docker Images to tie this process to a release --- .github/workflows/pub-docker-hub.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pub-docker-hub.yaml b/.github/workflows/pub-docker-hub.yaml index 84aa977..3095f57 100644 --- a/.github/workflows/pub-docker-hub.yaml +++ b/.github/workflows/pub-docker-hub.yaml @@ -1,8 +1,8 @@ name: Publish Docker image to Docker Hub on: - push: - branches: - - main + release: + types: + - published jobs: publish: