From c6d9784a07ff80551513a21ac28623ea4ca72905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= Date: Wed, 25 Mar 2020 15:55:21 +0100 Subject: [PATCH] ci: Fix links to image registry The :5000 variant is still valid, but not authorized by all runners --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5bd25779..651fc040 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 @@ -37,7 +37,7 @@ build-macos: - make -j $(getconf _NPROCESSORS_ONLN) build-win64: - image: registry.videolan.org:5000/vlc-debian-win64:20181107154313 + image: registry.videolan.org/vlc-debian-win64:20181107154313 stage: build tags: - debian @@ -59,7 +59,7 @@ build-win64: - make -j $(getconf _NPROCESSORS_ONLN) build-win32: - image: registry.videolan.org:5000/vlc-debian-win32:20181107151708 + image: registry.videolan.org/vlc-debian-win32:20181107151708 stage: build tags: - debian