From d867aa294fd7ef2faca7bc0e6b28265534591712 Mon Sep 17 00:00:00 2001 From: Tung Leo Date: Sat, 2 Mar 2024 08:57:27 +0700 Subject: [PATCH] ci: only support manual release for now --- .github/workflows/docker-image-main.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-image-main.yml b/.github/workflows/docker-image-main.yml index 2ba5584..b19c1b1 100644 --- a/.github/workflows/docker-image-main.yml +++ b/.github/workflows/docker-image-main.yml @@ -1,12 +1,14 @@ name: Docker Image Main on: - push: - branches: main - paths: - - 'Dockerfile' - - 'scripts/*' - - '.github/workflows/*' + workflow_dispatch: + ## TODO: Implement the auto push later, manual release latest image for now + # push: + # branches: main + # paths: + # - 'Dockerfile' + # - 'scripts/*' + # - '.github/workflows/*' jobs: buildandpush: