Browse Source

[WIP] build docker images with tag

Espinoza Guillermo 6 years ago
parent
commit
628ef60933
1 changed files with 4 additions and 3 deletions
  1. 4 3
      .gitlab-ci.yml

+ 4 - 3
.gitlab-ci.yml

@@ -45,9 +45,10 @@ installer_branch:
     - composer install --no-interaction --no-progress
     - php cmd.php make:tag:vendors repositories.ini ${CI_COMMIT_REF_NAME} --branch=true
   only:
-    - branches
-  variables:
-    - $CI_COMMIT_REF_NAME == "v*"
+    refs:
+      - branches
+    variables:
+      - $CI_COMMIT_REF_NAME == "v*"
 
 installer_tag:
   image: docker.infra.flowdat.com/fd3/sf-php:latest