Skip to content

Commit

Permalink
remove access to protected context
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Jul 7, 2024
1 parent b2f183a commit 964eb31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ workflows:
- push:
name: "Push Factory Image"
target: factory
context: test-runner:docker-push
# context: test-runner:docker-push
# filters:
# branches:
# only:
Expand All @@ -354,7 +354,7 @@ workflows:
- push:
name: "Push Base Image"
target: base
context: test-runner:docker-push
# context: test-runner:docker-push
# filters:
# branches:
# only:
Expand All @@ -369,7 +369,7 @@ workflows:
- push:
name: "Push Browser Image"
target: browsers
context: test-runner:docker-push
# context: test-runner:docker-push
# filters:
# branches:
# only:
Expand All @@ -384,7 +384,7 @@ workflows:
- push:
target: included
name: "Push Included Image"
context: test-runner:docker-push
# context: test-runner:docker-push
# filters:
# branches:
# only:
Expand Down

0 comments on commit 964eb31

Please sign in to comment.