Correction

This commit is contained in:
AkshayJagadish-ne
2020-10-13 03:14:03 -04:00
committed by GitHub
parent e6cde6f6d4
commit 6d4d212d8b

View File

@@ -58,9 +58,9 @@ jobs:
[ "$VERSION" == "master" ] && VERSION=latest
TIMESTAMP=$(date +'%Y-%m-%d')
echo date=$TIMESTAMP > app/commit.properties
echo commitId=$GITHUB_SHA >> app/commit.properties
echo projectVersion=$VERSION>> app/commit.properties
echo date=$TIMESTAMP > commit.properties
echo commitId=$GITHUB_SHA >> commit.properties
echo projectVersion=$VERSION>> commit.properties
- name: Build image
run: docker build . --file Dockerfile --tag image