From d244ee2cca4765db87a53e856a7c87d7e870086d Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Tue, 12 Dec 2023 01:38:57 -0800 Subject: [PATCH] Update Docker image workflow. Assume the vX.Y.Z is the latest (and will have the latest tag). Removing this to remove the 'stable' tag, as latest is better. The 'main' branch keeps the development tag. --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)