diff options
author | 2020-12-20 15:37:12 +0200 | |
---|---|---|
committer | 2020-12-20 15:37:12 +0200 | |
commit | 73feb021fa99034ee81a2d62dc8ce7c3493a6038 (patch) | |
tree | f9dae024a72b824fcb5f64e814521fb556457496 | |
parent | Add Git SHA consuming and putting to environment in Dockerfile (diff) |
Set Git SHA during build workflow
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 514c42e2..95ee99c0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -54,3 +54,5 @@ jobs: tags: | ghcr.io/python-discord/site:latest ghcr.io/python-discord/site:${{ steps.sha_tag.outputs.tag }} + build-args: | + git_sha=${{ GITHUB_SHA }} |