Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Dressel <code@deadcode.eu>2020-04-03 22:34:27 +0300
committerMatthias Dressel <code@deadcode.eu>2020-04-03 22:34:27 +0300
commitad392d71ebed07fbcecb49e4544f1dfdc6ae85f8 (patch)
treeb7a57849ca98ee637f86decdaf6d9465f2de8743 /.gitlab-ci.yml
parent5a3e64f17f475dd1461c7c63d3d1b59950e26ebd (diff)
CI: Remove port number from registry URL
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 241bc85..bdef928 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ stages:
- amd64
.debian-llvm-mingw-common:
- image: registry.videolan.org:5000/vlc-debian-llvm-mingw:20190218133533
+ image: registry.videolan.org/vlc-debian-llvm-mingw:20190218133533
stage: build
tags:
- docker
@@ -25,7 +25,7 @@ stages:
- aarch64
.debian-armv7-common:
- image: registry.videolan.org:5000/dav1d-debian-unstable-armv7:20190202101732
+ image: registry.videolan.org/dav1d-debian-unstable-armv7:20190202101732
stage: build
tags:
- docker