From 6438f5d644826356a8f0468f0c6bd8d84bc5d02d Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Wed, 25 Mar 2020 16:05:39 +0100 Subject: [PATCH] CI: fix links to image registry --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97d78941..b936a370 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ variables: GIT_SUBMODULE_STRATEGY: normal build-debian: - image: registry.videolan.org:5000/vlc-debian-unstable:20181128113529 + image: registry.videolan.org/vlc-debian-unstable:20181128113529 stage: build tags: - debian @@ -44,7 +44,7 @@ build-macos: expire_in: 1 week build-win64: - image: registry.videolan.org:5000/vlc-debian-win64:20181107154313 + image: registry.videolan.org/vlc-debian-win64:20181107154313 stage: build tags: - debian @@ -73,7 +73,7 @@ build-win64: expire_in: 1 week build-win32: - image: registry.videolan.org:5000/vlc-debian-win32:20181107151708 + image: registry.videolan.org/vlc-debian-win32:20181107151708 stage: build tags: - debian -- GitLab