Skip to content
Snippets Groups Projects
Commit fb645210 authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

image name in lower case

parent 2adad659
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -36,8 +36,8 @@ build-install-barrnap: ...@@ -36,8 +36,8 @@ build-install-barrnap:
script: script:
- apk update ; apk add git - apk update ; apk add git
- git checkout master -- requirements.txt - git checkout master -- requirements.txt
- docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu-barrnapOnly" for_build/barrnap_only - docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu-barrnaponly" for_build/barrnap_only
- docker push "$CI_REGISTRY_IMAGE/install-ubuntu-barrnapOnly" - docker push "$CI_REGISTRY_IMAGE/install-ubuntu-barrnaponly"
build-install-prokka: build-install-prokka:
only: only:
...@@ -46,5 +46,5 @@ build-install-prokka: ...@@ -46,5 +46,5 @@ build-install-prokka:
script: script:
- apk update ; apk add git - apk update ; apk add git
- git checkout master -- requirements.txt - git checkout master -- requirements.txt
- docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu-prokkaOnly" for_build/prokka_only - docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu-prokkaonly" for_build/prokka_only
- docker push "$CI_REGISTRY_IMAGE/install-ubuntu-prokkaOnly" - docker push "$CI_REGISTRY_IMAGE/install-ubuntu-prokkaonly"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment