stages: - build - deploy build: script: - docker build . -t "cmc:latest" deploy: script: - echo hello world