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 d875d92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 63 deletions.
61 changes: 0 additions & 61 deletions .circleci/config.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Build docker images

on:
push:
tags:
- '^v[0-9]{2}\.[0-9]{2}(\.[0-9]{1,2})?$'
tags: [ 'v*' ]
workflow_dispatch:
inputs:
version:
Expand Down

0 comments on commit d875d92

Please sign in to comment.