obsolute-paste/.gitlab-ci.yml
baalajimaestro 0c0b95f031
Add templates into the binary container
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2022-12-11 23:05:22 +05:30

7 lines
355 B
YAML

docker-build:
stage: build
before_script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" registry.baalajimaestro.me --password-stdin
script:
- DOCKER_BUILDKIT=1 docker build . -t registry.baalajimaestro.me/baalajimaestro/obsolute-paste:latest
- docker push registry.baalajimaestro.me/baalajimaestro/obsolute-paste:latest