Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cl-docker-images
ccl
Commits
f9976de7
Commit
f9976de7
authored
Oct 31, 2020
by
Eric Timmons
Browse files
Add job to deploy non-nightly images on BASE_IMAGE_UPDATE cron jobs
parent
4d7acaa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
f9976de7
...
...
@@ -207,3 +207,16 @@ jobs:
-
$BUILD_SCRIPT release_linux_manifests
# Last, release shared manifests
-
$BUILD_SCRIPT release_shared_manifests
# Deploy nightly
-
arch
:
amd64
stage
:
deploy
if
:
((type = cron) AND env(BASE_IMAGE_UPDATE) = yes)
script
:
-
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
# First, download all the nightly builds, retag them, and push them to
# the arch specific repos
-
$BUILD_SCRIPT pull_retag_and_push_linux_arch_images
# Next, create and push all the linux manifests
-
$BUILD_SCRIPT release_linux_manifests
# Last, release shared manifests
-
$BUILD_SCRIPT release_shared_manifests
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment