[libbluray-devel] [Git][videolan/libbluray][master] ci: Fix links to image registry
Jean-Baptiste Kempf
gitlab at videolan.org
Wed Mar 25 16:01:48 CET 2020
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libbluray
Commits:
c6d9784a by Hugo Beauzée-Luyssen at 2020-03-25T15:55:21+01:00
ci: Fix links to image registry
The :5000 variant is still valid, but not authorized by all runners
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.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
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/c6d9784a07ff80551513a21ac28623ea4ca72905
--
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/c6d9784a07ff80551513a21ac28623ea4ca72905
You're receiving this email because of your account on code.videolan.org.
More information about the libbluray-devel
mailing list