Commit 7fdd7f67 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Changing pandoc docker image

parent 8db1a36c
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -84,8 +84,8 @@ Build Pandoc docker image:
  stage: build
  before_script: cd generateBaseline
  script: 
    - docker build --tag forge.etsi.org:5050/cti/tools/generatebaseline/pandoc:$CI_COMMIT_BRANCH -f dockerfile.pandoc .
    - docker push forge.etsi.org:5050/cti/tools/generatebaseline/pandoc:$CI_COMMIT_REF_NAME
    - docker build --tag forge.etsi.org:5050/cti/tools/pandoc:$CI_COMMIT_BRANCH -f dockerfile.pandoc .
    - docker push forge.etsi.org:5050/cti/tools/pandoc:$CI_COMMIT_REF_NAME
  rules:
    - if: $CI_COMMIT_BRANCH && $CI_PROJECT_NAME == "tools"
      changes: