aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-12-20 17:25:31 +0200
committerGravatar GitHub <[email protected]>2020-12-20 17:25:31 +0200
commit1a3c666ad2887e1199be69d636b33fdab41447c9 (patch)
tree1e9ffc25e5f998a1cd7c0229ba851a12f2d37608
parentAdd Sentry release to SDK initialization (diff)
Fix getting Git SHA in workflow
-rw-r--r--.github/workflows/lint-test-build-push.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test-build-push.yaml b/.github/workflows/lint-test-build-push.yaml
index 5590156..4b957f1 100644
--- a/.github/workflows/lint-test-build-push.yaml
+++ b/.github/workflows/lint-test-build-push.yaml
@@ -171,7 +171,7 @@ jobs:
ghcr.io/python-discord/snekbox:latest
ghcr.io/python-discord/snekbox:${{ steps.sha_tag.outputs.tag }}
build-args: |
- git_sha=${{ GITHUB_SHA }}
+ git_sha=${{ github.sha }}
# Deploy to Kubernetes
- name: Authenticate with Kubernetes