Skip to content
Snippets Groups Projects
Commit 8389f224 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

CI: Fix links to docker registry

parent d413571c
No related branches found
Tags 3.2.0
No related merge requests found
Pipeline #15571 passed with stage
in 1 minute and 54 seconds
......@@ -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
......@@ -38,7 +38,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
......@@ -61,7 +61,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment