Skip to content

deploy-sourcegraph, deploy-sourcegraph-docker: generate update-docker-tags params from allDockerImages list

Created by: bobheadxi

TIL we have a list of all our images! https://sourcegraph.com/github.com/sourcegraph/sourcegraph/-/blob/enterprise/dev/ci/ci/pipeline-steps.go#L12-42

There should be no need to hardcode this :)

Wildcarding on all index.docker.io/sourcegraph did not work in the past btw, because of exceptions in our images making things difficult. decided being explicit was the way to go