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

Commit

Permalink
fix(circleci): fix context on ci jobs (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkope authored Jun 14, 2019
1 parent aab46d8 commit 576d901
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 @@ -80,12 +80,14 @@ workflows:
tags:
only: /^v[0-9]+(\.[0-9]+)*$/
- publish_master:
context: docker-access
requires:
- build_image
filters:
branches:
only: master
- publish_tag:
context: docker-access
requires:
- build_image
filters:
Expand Down

0 comments on commit 576d901

Please # to comment.