From 41d1c6064e2cad0b8f3ba02ac118d651b5e818d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Sat, 11 Feb 2023 17:45:30 +0000 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 89b0ddc..28dd177 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -3,9 +3,8 @@ name: EOEFANS API Docker Image CI on: push: branches: [ "main" ] - pull_request: - types: [synchronize, closed] - branches: [ "main" ] + tags: ["v*.*.*"] + workflow_dispatch: env: IMAGE_REGISTRY: "containers.vlink.dev"