Skip to content

Commit

Permalink
Add dockerhub-shared context to circleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
georgi-denchew committed Oct 23, 2020
1 parent dd51df5 commit e7a3735
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 @@ -8,10 +8,12 @@ workflows:
jobs:
- ft-golang-ci/build-and-test:
name: build-and-test-project
context: dockerhub-shared
- ft-golang-ci/docker-build:
name: build-docker-image
requires:
- build-and-test-project
context: dockerhub-shared
snyk-scanning:
jobs:
- ft-golang-ci/scan:
Expand Down

0 comments on commit e7a3735

Please sign in to comment.