Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
kowis-projects
roundcube-container
Commits
6efe2d69
Commit
6efe2d69
authored
Nov 29, 2020
by
David
Browse files
Using my pull-through cache for docker hub
parent
bed146ab
Pipeline
#621
failed with stage
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6efe2d69
variables
:
REGISTRY_IMAGE
:
registry.light.kow.is/kowis/roundcubemail
...
...
@@ -8,7 +7,7 @@ build:
stage
:
build
script
:
-
docker login -u $REGISTRY_USER -p $REGISTRY_PASS registry.light.kow.is
-
docker pull roundcube/roundcubemail:latest-fpm-alpine
-
docker pull
registry.light.kow.is/docker-hub/
roundcube/roundcubemail:latest-fpm-alpine
-
cd roundcube
-
docker build --tag $REGISTRY_IMAGE:latest .
-
docker push $REGISTRY_IMAGE:latest
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment