From 02a74710dcf2bc7c08c5233f44426ee5daafee19 Mon Sep 17 00:00:00 2001 From: Gavin Mogan Date: Fri, 2 Jun 2023 23:26:28 -0700 Subject: [PATCH] fix: docker build on release --- .github/workflows/publish.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 87864c4..f92f318 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -4,8 +4,9 @@ on: push: branches: - 'main' - tags: - - '*' + release: + types: + - published env: REGISTRY: ghcr.io