diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..8d50357 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +docker-build: + stage: build + before_script: + - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" registry.baalajimaestro.me --password-stdin + script: + - docker build . -t registry.baalajimaestro.me/baalajimaestro/obsolute-paste:latest + - docker push registry.baalajimaestro.me/baalajimaestro/obsolute-paste:latest