EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
View Server 2
cache
Commits
e60d6b94
Commit
e60d6b94
authored
Nov 04, 2021
by
Nikola Jankovic
💻
Browse files
updated seeder name
parent
d784e010
Pipeline
#18246
failed with stages
in 3 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e60d6b94
...
...
@@ -16,8 +16,8 @@ deploy_latest:
-
docker push $CI_REGISTRY_IMAGE:latest
-
docker logout "$CI_REGISTRY"
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
-
docker build -t
$CI_REGISTRY_IMAGE-
seeder seeder/.
-
docker push
$CI_REGISTRY_IMAGE-
seeder:latest
-
docker build -t
registry.gitlab.eox.at/vs/
seeder seeder/.
-
docker push
registry.gitlab.eox.at/vs/
seeder:latest
only
:
-
main
...
...
@@ -30,8 +30,8 @@ deploy:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
-
docker build --cache-from $CI_REGISTRY_IMAGE:latest -t $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG .
-
docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
-
docker build --cache-from
$CI_REGISTRY_IMAGE-seeder:latest -t $CI_REGISTRY_IMAGE-
seeder:$CI_COMMIT_TAG seeder/.
-
docker push
$CI_REGISTRY_IMAGE-
seeder:$CI_COMMIT_TAG
-
docker build --cache-from
registry.gitlab.eox.at/vs/seeder:latest -t registry.gitlab.eox.at/vs/
seeder:$CI_COMMIT_TAG seeder/.
-
docker push
registry.gitlab.eox.at/vs/
seeder:$CI_COMMIT_TAG
only
:
-
tags
...
...
Write
Preview
Markdown
is supported
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