Skip to content

Commit

Permalink
Updated circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-e-dietrich committed Jan 9, 2024
1 parent 2720dd2 commit 43c1070
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ workflows:
ignore: /.*/
- docker/publish:
<<: *build-items
requires: []
name: "Create new Version Tag"
tag: '${CIRCLE_TAG}'
filters:
Expand All @@ -167,6 +168,7 @@ workflows:
only: /.*/
- docker/publish:
<<: *build-items
requires: []
name: "Create Latest Tag"
tag: 'latest'
filters:
Expand Down

0 comments on commit 43c1070

Please sign in to comment.