From 2c455ec468a71bbfa4bbe0d63ce2077bec603d4e Mon Sep 17 00:00:00 2001 From: Kawrakow Date: Sat, 11 Apr 2026 06:10:08 +0000 Subject: [PATCH] Change container build action to manual dispatch --- .github/workflows/build-container.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 0ede5875..a82a6683 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -1,9 +1,6 @@ name: Build and Push Docker Image -on: - push: - branches: - - main +on: workflow_dispatch permissions: contents: read @@ -120,4 +117,4 @@ jobs: untagged: true # Optional: Keep the most recent untagged if needed, # otherwise 0 deletes all untagged. - keep-last: 0 \ No newline at end of file + keep-last: 0