Loading .gitlab-ci.yml 0 → 100644 +18 −0 Original line number Diff line number Diff line image: docker:stable stages: - build - push docker build: stage: build script: - cd docker/dev && docker build -t xacc/qcor-dev-ide . --no-cache docker push: stage: push only: - master script: - echo "$REGISTRY_PASSWORD" | docker login -u xacc --password-stdin - docker push xacc/qcor-dev-ide No newline at end of file Loading
.gitlab-ci.yml 0 → 100644 +18 −0 Original line number Diff line number Diff line image: docker:stable stages: - build - push docker build: stage: build script: - cd docker/dev && docker build -t xacc/qcor-dev-ide . --no-cache docker push: stage: push only: - master script: - echo "$REGISTRY_PASSWORD" | docker login -u xacc --password-stdin - docker push xacc/qcor-dev-ide No newline at end of file