We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462872b commit 92186e1Copy full SHA for 92186e1
1 file changed
.github/workflows/met-api-cd.yml
@@ -62,9 +62,9 @@ jobs:
62
run: |
63
docker build . --file Dockerfile \
64
--build-arg MET_BUILD_COMMIT_HASH=${{ github.sha }} \
65
- --build-arg MET_BUILD_DATE=$(date -u +'%b %d, %Y') \
+ --build-arg MET_BUILD_DATE="$(date -u +'%b %d, %Y')" \
66
--build-arg MET_BUILD_BRANCH=${{ github.ref_name }} \
67
- --build-arg MET_GITHUB_REPO=https://github.com/${{ github.repository }} \
+ --build-arg MET_GITHUB_REPO="https://github.com/${{ github.repository }}" \
68
--tag image
69
70
- name: Push image
0 commit comments