Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
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
containers
eic_container
Merge requests
!315
Allow docker push of jug_xl:nightly to ghcr.io
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Allow docker push of jug_xl:nightly to ghcr.io
docker-push-to-ghcr-io
into
master
Overview
0
Commits
5
Pipelines
0
Changes
3
Merged
Wouter Deconinck
requested to merge
docker-push-to-ghcr-io
into
master
2 years ago
Overview
0
Commits
5
Pipelines
0
Changes
3
Expand
This is intended to allow using jug_xl and jug_dev directly in GitHub Actions
0
0
Merge request reports
Compare
master
version 4
9b2f8b01
2 years ago
version 3
a62badab
2 years ago
version 2
f3b13ba3
2 years ago
version 1
238da05c
2 years ago
master (base)
and
latest version
latest version
ca256e0d
5 commits,
2 years ago
version 4
9b2f8b01
4 commits,
2 years ago
version 3
a62badab
3 commits,
2 years ago
version 2
f3b13ba3
2 commits,
2 years ago
version 1
238da05c
1 commit,
2 years ago
3 files
+
33
−
7
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
gitlab-ci/docker_login.sh
+
2
−
1
Options
@@ -89,7 +89,8 @@ fi
@@ -89,7 +89,8 @@ fi
while
[
$NTRIES
!=
0
]
;
do
while
[
$NTRIES
!=
0
]
;
do
if
[
-z
$CI
]
;
then
if
[
-z
$CI
]
;
then
echo
$REG_PASSWORD
| docker login
-u
$REG_USER
--password-stdin
\
echo
$REG_PASSWORD
| docker login
-u
$REG_USER
\
--password-stdin
$REGISTRY
\
&&
break
\
&&
break
\
||
echo
"Login failed, retrying in
$TIME
seconds..."
||
echo
"Login failed, retrying in
$TIME
seconds..."
else
else
Loading