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"