Skip to content

Commit

Permalink
Add defaults_build_docker_build_release to the build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Vassilis Barzokas authored Nov 27, 2019
1 parent 52a82da commit 2d53b3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,8 @@ jobs:
<<: *defaults_build_docker_login
- run:
<<: *defaults_build_docker_build
- run:
<<: *defaults_build_docker_build_release
- run:
<<: *defaults_license_scanner
- run:
Expand All @@ -364,6 +366,8 @@ jobs:
prefix: licenses
- run:
<<: *defaults_build_docker_publish
- run:
<<: *defaults_build_docker_publish_release
- run:
<<: *defaults_slack_announcement

Expand Down

0 comments on commit 2d53b3f

Please sign in to comment.