This commit is contained in:
bacon
2024-03-20 23:19:41 +03:00
parent f33ec2fc20
commit f19bcabe61

View File

@@ -73,9 +73,6 @@ docker-build:
stage: build
services:
- docker:dind
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
- |
if [[ "$CI_COMMIT_BRANCH" == "$CI_DEFAULT_BRANCH" ]]; then