Skip to content

Commit

Permalink
Update trigger tag regex
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahanaFarooqui committed Jun 25, 2024
1 parent 3f2b378 commit 1f0c520
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 62 deletions.
61 changes: 0 additions & 61 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build docker images
on:
push:
tags:
- '^v[0-9]{2}\.[0-9]{2}(\.[0-9]{1,2})?$'
- '^v[0-9]{1,2}\.[0-9]{2}(\.[0-9]{1,2})?$'
workflow_dispatch:
inputs:
version:
Expand Down

0 comments on commit 1f0c520

Please sign in to comment.