diff options
author | 2020-12-20 17:25:31 +0200 | |
---|---|---|
committer | 2020-12-20 17:25:31 +0200 | |
commit | 1a3c666ad2887e1199be69d636b33fdab41447c9 (patch) | |
tree | 1e9ffc25e5f998a1cd7c0229ba851a12f2d37608 | |
parent | Add Sentry release to SDK initialization (diff) |
Fix getting Git SHA in workflow
-rw-r--r-- | .github/workflows/lint-test-build-push.yaml | 2 |
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 |