ci: fix registry url

This commit is contained in:
Kevin Daudt 2024-09-27 17:38:50 +00:00
parent 6bfd8068ef
commit abcead8c6b

View File

@ -5,7 +5,7 @@ stages:
variables:
GIT_STRATEGY: clone
GIT_DEPTH: "500"
REGISTRY: registry.gitlab.org
REGISTRY: registry.alpinelinux.org
# only rune pipelines for merge requests or when tags are pushed (for triggers)
workflow: