diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 1b8e42b15..c3236638b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -13,7 +13,7 @@ on: push: branches: - main - - main-stable # Trigger on pushes to the main-stable branch + #- main-stable # Disabled as the v* tag is used for stable releases tags: - 'v*' # Trigger on version tags (e.g., v1.7.0)