Commit 2a70e48b authored by Grant's avatar Grant
Browse files

ci: fix mod-webhook-consumer build

parent 80b8cc11
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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