Skip to content

Commit

Permalink
Disable docker image scans (#1309)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored May 10, 2024
1 parent 56443ad commit 6094130
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ config :worker, rollout_pipeline: [
{Worker.Rollouts.Pipeline, Worker.Rollouts.Producer}
]

config :worker, docker_pipeline: [
Worker.Docker.Producer,
{Worker.Docker.Pipeline, Worker.Docker.Producer},
]
# config :worker, docker_pipeline: [
# Worker.Docker.Producer,
# {Worker.Docker.Pipeline, Worker.Docker.Producer},
# ]

config :goth,
disabled: true
Expand Down

0 comments on commit 6094130

Please sign in to comment.