diff options
author | 2020-12-20 17:20:23 +0200 | |
---|---|---|
committer | 2020-12-20 17:20:23 +0200 | |
commit | 3e1ddb2635768c2877684aef5ba88b0fc96584c0 (patch) | |
tree | 183cb063c8b63c60a8d66e8dfb0fe694cc380e19 | |
parent | Use sir-lancebot release prefix in workflow (diff) |
Fix wrong way for getting Git SHA
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index da2419e4..9d12cd10 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -62,7 +62,7 @@ jobs: ghcr.io/python-discord/sir-lancebot:latest ghcr.io/python-discord/sir-lancebot:${{ steps.sha_tag.outputs.tag }} build-args: | - git_sha=${{ GITHUB_SHA }} + git_sha=${{ github.sha }} - name: Authenticate with Kubernetes uses: azure/k8s-set-context@v1 |