aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index b0c03139..da2419e4 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -61,6 +61,8 @@ jobs:
tags: |
ghcr.io/python-discord/sir-lancebot:latest
ghcr.io/python-discord/sir-lancebot:${{ steps.sha_tag.outputs.tag }}
+ build-args: |
+ git_sha=${{ GITHUB_SHA }}
- name: Authenticate with Kubernetes
uses: azure/k8s-set-context@v1