From 1b9aa1aeaea5efd0a035800f8c40b6d5512ba825 Mon Sep 17 00:00:00 2001 From: Amogh Bharadwaj Date: Thu, 18 Jul 2024 02:03:33 +0530 Subject: [PATCH] Actions: Revert to old stable docker image regex (#1952) Technical difficulties with new tag-based image releases necessitates this PR which changes the regex for the stable docker image workflow file to an earlier value --- .github/workflows/stable-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stable-docker.yml b/.github/workflows/stable-docker.yml index d6d605fa71..9eabbcfb28 100644 --- a/.github/workflows/stable-docker.yml +++ b/.github/workflows/stable-docker.yml @@ -3,7 +3,7 @@ name: Stable Docker images on: push: tags: - - "v[0-9]+.[0-9]+.[0-9]+[a-zA-Z]*" + - "v[0-9]+.[0-9]+.[0-9]+" jobs: docker-build: