Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Deploy tags
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 22, 2019
1 parent 9d28802 commit e2bdc08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added .circleci/.config.yml.swp
Binary file not shown.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
root: .
paths:
- ./image.tar
parallelism: 3
publish-latest:
executor: docker-publisher
steps:
Expand All @@ -46,9 +47,13 @@
filters:
branches:
only: circleci
tags:
only: /.*/
- publish-latest:
requires:
- build
filters:
branches:
ignore: /.*/
tags:
only: /.*/

0 comments on commit e2bdc08

Please sign in to comment.