1
0
Fork 0

ci: Fix links to image registry

The :5000 variant is still valid, but not authorized by all runners
This commit is contained in:
Hugo Beauzée-Luyssen 2020-03-25 15:55:21 +01:00
parent 43059c7e36
commit c6d9784a07
1 changed files with 3 additions and 3 deletions

View File

@ -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