We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab548ca commit 10fa63fCopy full SHA for 10fa63f
.circleci/config.yml
@@ -14,7 +14,10 @@ workflows:
14
branches:
15
ignore:
16
- main
17
- context: cimg-docker-image-building
+ context:
18
+ - slack-notification-access-token
19
+ - slack-cimg-notifications
20
+ - cimg-docker-image-building
21
- cimg/build-and-deploy:
22
name: "Deploy"
23
docker-repository: clojure
@@ -23,6 +26,8 @@ workflows:
26
only:
24
27
25
28
context:
29
30
31
- cimg-docker-image-building
32
- cimg-docker-image-publishing
33
0 commit comments