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
Amandine PERRIN
pipeline_annotation
Commits
b033ec7b
Commit
b033ec7b
authored
Apr 30, 2019
by
Amandine PERRIN
Browse files
Add tags to all images to build
parent
7f4d44df
Pipeline
#11611
failed with stage
in 2 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b033ec7b
...
...
@@ -31,6 +31,8 @@ build-install-barrnap:
# - git checkout master -- requirements.txt
-
docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu-barrnaponly" for_build/barrnap_only
-
docker push "$CI_REGISTRY_IMAGE/install-ubuntu-barrnaponly"
tags
:
-
k8s
build-install-annote-and-quicktree
:
only
:
...
...
@@ -41,6 +43,8 @@ build-install-annote-and-quicktree:
# - git checkout master -- requirements.txt
-
docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu-annote-quicktree" for_build/annote_and_1tree
-
docker push "$CI_REGISTRY_IMAGE/install-ubuntu-annote-quicktree"
tags
:
-
k8s
build-ubuntu
:
only
:
...
...
@@ -51,6 +55,8 @@ build-ubuntu:
# - git checkout master -- requirements.txt
-
docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu" for_build/ubuntu
-
docker push "$CI_REGISTRY_IMAGE/install-ubuntu"
tags
:
-
k8s
build-mafft
:
only
:
...
...
@@ -61,6 +67,8 @@ build-mafft:
# - git checkout master -- requirements.txt
-
docker build --pull -t "$CI_REGISTRY_IMAGE/install-mafft" for_build/mafft
-
docker push "$CI_REGISTRY_IMAGE/install-mafft"
tags
:
-
k8s
build-mmseqs_and_fastme
:
only
:
...
...
@@ -71,3 +79,5 @@ build-mmseqs_and_fastme:
# - git checkout master -- requirements.txt
-
docker build --pull -t "$CI_REGISTRY_IMAGE/install-mmseqs-fastme" for_build/mmseqs_and_fastme
-
docker push "$CI_REGISTRY_IMAGE/install-mmseqs-fastme"
tags
:
-
k8s
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