mirror of
https://github.com/Telecominfraproject/wlan-cloud-graphql-gw.git
synced 2025-11-02 11:37:49 +00:00
Correction
This commit is contained in:
committed by
GitHub
parent
e6cde6f6d4
commit
6d4d212d8b
6
.github/workflows/dockerpublish.yml
vendored
6
.github/workflows/dockerpublish.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user