Skip to content

Commit

Permalink
Actions: Revert to old stable docker image regex (#1952)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Amogh-Bharadwaj authored Jul 17, 2024
1 parent 3caa312 commit 1b9aa1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stable-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1b9aa1a

Please sign in to comment.