Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libdvdread
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
libdvdread
Commits
8389f224
Commit
8389f224
authored
4 years ago
by
Hugo Beauzée-Luyssen
Browse files
Options
Downloads
Patches
Plain Diff
CI: Fix links to docker registry
parent
d413571c
No related branches found
Branches containing commit
Tags
3.2.0
No related merge requests found
Pipeline
#15571
passed with stage
in 1 minute and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
8389f224
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment