Update .gitlab-ci.yml file #5

This commit is contained in:
Marek Lesko
2025-07-27 20:47:42 +00:00
parent 68cf1b30df
commit cda065e25f

View File

@@ -77,9 +77,15 @@ docker-deploy:
stage: release
image: docker:latest
services:
- docker:dind
- name: docker:dind
alias: docker
environment: production
variables:
DOCKER_DRIVER: overlay2
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
tags:
- production
script:
- echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY
- docker pull $CI_REGISTRY_IMAGE:latest