Swap escaped space for single quote enclosure

This commit is contained in:
Greyscale 2019-10-22 11:39:54 +02:00
parent a92a9b5272
commit 6d388ced68
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ jobs:
- name: Setup
run: |
git rev-parse --short HEAD > marshall/marshall_version
date +%Y-%m-%d\ %H:%M:%S > marshall/marshall_build_date
date '+%Y-%m-%d %H:%M:%S' > marshall/marshall_build_date
hostname > marshall/marshall_build_host
- name: Build Image
run: docker build -t marshall --target=marshall .

View file

@ -14,7 +14,7 @@ jobs:
- name: Setup
run: |
git rev-parse --short HEAD > marshall/marshall_version
date +%Y-%m-%d %H:%M:%S > marshall/marshall_build_date
date '+%Y-%m-%d %H:%M:%S' > marshall/marshall_build_date
hostname > marshall/marshall_build_host
- name: Build Image
run: docker build -t gone/php:cli-5.6 --target=php-cli --build-arg "PHP_VERSION=5.6" --build-arg "PHP_PACKAGES=$(PHP_PACKAGES_56)" .