소스 검색

[WIP] build docker images with tag

Espinoza Guillermo 6 년 전
부모
커밋
0605673656
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -46,7 +46,7 @@ installer_branch:
     - php cmd.php make:tag:vendors repositories.ini ${CI_COMMIT_REF_NAME} --branch=true
   only:
     refs:
-      - branches
+      - pushes
     variables:
       - $CI_COMMIT_REF_NAME == "v*"