Skip to content

Commit

Permalink
Update context to Images owned one (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech authored Feb 22, 2023
1 parent d7de6c9 commit c03bdca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ workflows:
vcs-type: << pipeline.project.type >>
requires:
[orb-tools/lint, orb-tools/review, orb-tools/pack, shellcheck/check]
# Use a context to hold your publishing token.
context: orb-publisher
context: image-orbs
filters: *filters
# Triggers the next workflow in the Orb Development Kit.
- orb-tools/continue:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ workflows:
vcs-type: << pipeline.project.type >>
pub-type: production
requires: *prod-deploy-requires
context: orb-publisher
context: image-orbs
filters:
branches:
ignore: /.*/
Expand Down

0 comments on commit c03bdca

Please sign in to comment.