Skip to content
Snippets Groups Projects
Commit 6fd73b69 authored by Steve Reis's avatar Steve Reis
Browse files

fix: wrong docker image name in ci

parent 4d559600
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ release: ...@@ -40,7 +40,7 @@ release:
script: script:
- apk add --no-cache nodejs npm py3-pip python2 git - apk add --no-cache nodejs npm py3-pip python2 git
- docker pull $CI_REGISTRY/$CI_PROJECT_PATH:pipeline-$CI_PIPELINE_ID - docker pull $CI_REGISTRY/$CI_PROJECT_PATH:pipeline-$CI_PIPELINE_ID
- docker tag $CI_REGISTRY/$CI_PROJECT_PATH:pipeline-$CI_PIPELINE_ID gateway-semantic:latest - docker tag $CI_REGISTRY/$CI_PROJECT_PATH:pipeline-$CI_PIPELINE_ID gateway:latest
- cd ./api - cd ./api
- npm install @semantic-release/gitlab @semantic-release/changelog @eclass/semantic-release-docker - npm install @semantic-release/gitlab @semantic-release/changelog @eclass/semantic-release-docker
- npx semantic-release - npx semantic-release
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment