Skip to content

Commit

Permalink
chore: only build when version tag pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
questionmorc committed Nov 14, 2024
1 parent 2613760 commit 72455c2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
version: 2.1
workflows:
build:
# when: << pipeline.parameters.run_delete_environment_workflow >>
jobs:
- build-docker-image:
context:
- org-global
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/


aliases:
- &configure_buildx_context
name: Configure remote docker buildx context
Expand Down

0 comments on commit 72455c2

Please sign in to comment.