Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Fix env vars in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Jun 21, 2021
1 parent 4e3c4ff commit 76a57d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
"version=${VERSION}" \
"version_major=${MAJOR}" \
"version_minor=${MINOR}" \
"tags=${TAGS}"
"tags=${TAGS}" \
"created=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" \
"push_image=${PUSH_IMAGE}" \
"push_notebooks=${PUSH_NOTEBOOKS}" | tee -a .github_env
Expand Down

0 comments on commit 76a57d7

Please sign in to comment.