From 6517744597c5de0e7c01e6e5407a1ee7118c0578 Mon Sep 17 00:00:00 2001 From: Sam Vente Date: Wed, 9 Aug 2023 14:36:04 +0200 Subject: [PATCH] fix publish docker on --- .github/workflows/publish-docker.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index da48e0b0b..c79365430 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -1,13 +1,10 @@ --- name: Build and publish HydroMT to DockerHub -# on: -# release: -# types: -# - published -# push: -# tags: -# - v* +on: + release: + types: + - published jobs: publish-docker-image: