Skip to content

Commit

Permalink
Bind ?ctx
Browse files Browse the repository at this point in the history
[changelog:fixed]
  • Loading branch information
cdupuis committed Jun 25, 2021
1 parent 44784fc commit beffcb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion datalog/subscription/on_docker_image.edn
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
:where
(attributes-tx ?ctx ?docker-image :docker.image/digest _)

(or-join [?docker-registry]
(or-join [?docker-registry ?ctx]
(skill-capability-configuration ?ctx
"atomist"
"DockerRegistry"
Expand Down
2 changes: 1 addition & 1 deletion datalog/subscription/on_docker_image_unlinked.edn
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
:in $ $before-db % ?ctx
:where
(attributes-tx ?ctx ?docker-image :docker.image/digest _)
(or-join [?docker-registry]
(or-join [?docker-registry ?ctx]
(skill-capability-configuration ?ctx
"atomist"
"DockerRegistry"
Expand Down
2 changes: 1 addition & 1 deletion datalog/subscription/on_dockerfile.edn
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
:in $ $before-db % ?ctx
:where
(attributes-tx ?ctx ?docker-image :docker.image/docker-file ?docker-file)
(or-join [?docker-registry]
(or-join [?docker-registry ?ctx]
(skill-capability-configuration ?ctx
"atomist"
"DockerRegistry"
Expand Down

0 comments on commit beffcb4

Please sign in to comment.