Skip to content

Commit

Permalink
Specify all branches and tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-kpyc committed Oct 25, 2019
1 parent 84c9aae commit 599be30
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ orbs:
docker: circleci/[email protected]

references:
all_branches_and_tags: &all_branches_and_tags
filters:
branches:
only: /.*/
tags:
only: /.*/
semver_tag_only: &semver_tag_only
filters:
branches:
Expand All @@ -16,6 +22,7 @@ workflows:
build-and-publish-docker-image:
jobs:
- docker/hadolint:
<<: *all_branches_and_tags
dockerfiles: Dockerfile
- docker/publish:
<<: *semver_tag_only
Expand Down

0 comments on commit 599be30

Please sign in to comment.