nstart-svace/.gitlab-ci.yml
Никита Сычев b1eabf0a89 Initial commit
2026-03-23 20:02:25 +03:00

19 lines
462 B
YAML

stages:
- build
build-image:
stage: build
image: repo.nstart.local/nstart/docker-cli-buildx:1.0.0
services:
- name: repo.nstart.local/nstart/docker-dind-ca:1.0.0
alias: docker
command: ["--tls=false"]
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
script:
- echo $REGISTRY_PASSWORD | docker login -u $REGISTRY_USER --password-stdin $REGISTRY
- docker bake all --no-cache --push
only:
- master