Skip to content

Commit

Permalink
Merge pull request #49 from joshhsoj1902/fix-tag-release
Browse files Browse the repository at this point in the history
Fix tag release
  • Loading branch information
joshhsoj1902 authored Dec 17, 2023
2 parents 12e88ba + f87309f commit bbbeaa6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,18 @@ workflows:
filters:
branches:
only: main
tag-release:
jobs:
- build-docker:
name: build << matrix.dir >>
matrix:
parameters:
dir: *images
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
- publish-docker-tag:
name: publish tag << matrix.dir >>
matrix:
Expand Down

0 comments on commit bbbeaa6

Please sign in to comment.