Commit d7b47cfd authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Adjust BUILD_ARGS in pipeline for updated trigger template

parent e53c4eba
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -42,9 +42,9 @@ Build Images:
    - scripts/*
  variables:
    BUILD_ARGS: >-
      wp_version=$WORDPRESS_VERSION
      php_version=$PHP_VERSION
      nginx_version=$NGINX_VERSION
      'WORDPRESS_VERSION:wp_version'
      'PHP_VERSION:php_version'
      'NGINX_VERSION:nginx_version'
  parallel:
    matrix:
    - TARGET: [nginx, fastcgi]