Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,8 @@ build image:mod-webhook-consumer: before_script: - echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin script: - docker build --push --tag $CI_REGISTRY_IMAGE/mod-webhook-consumer - cd packages/mod-webhook-consumer - docker build --push --tag $CI_REGISTRY_IMAGE/mod-webhook-consumer . deploy: stage: deploy Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,8 @@ build image:mod-webhook-consumer: before_script: - echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin script: - docker build --push --tag $CI_REGISTRY_IMAGE/mod-webhook-consumer - cd packages/mod-webhook-consumer - docker build --push --tag $CI_REGISTRY_IMAGE/mod-webhook-consumer . deploy: stage: deploy Loading