From 6791470856b162965681fc054481842faaea4f95 Mon Sep 17 00:00:00 2001 From: Teng Gao Date: Fri, 23 Feb 2024 10:41:35 -0500 Subject: [PATCH] Update docker.yaml --- .github/workflows/docker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 8d242c1b..64a55c52 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -3,7 +3,7 @@ name: Publish Docker image on: release: - types: [published] + types: [published, edited] # push: # branches: [main, master] @@ -34,4 +34,4 @@ jobs: file: docker/Dockerfile push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}