diff options
author | 2020-12-26 17:08:09 -0500 | |
---|---|---|
committer | 2020-12-26 17:08:09 -0500 | |
commit | 545f46c786f6949849ad6d474609a967608d80a7 (patch) | |
tree | acda5c1ca808ef868ba8513bc2958bc49dd6fdb1 /.github/workflows | |
parent | Improve the RepositoryMetadata cleanup code. (diff) | |
parent | Merge pull request #440 from python-discord/lemon/bug/too_many_github_api_req... (diff) |
Merge branch 'master' into hotfix/lemon/front-page-project-sanity
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/sentry-release.yml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 514c42e2..d113cff7 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 }} diff --git a/.github/workflows/sentry-release.yml b/.github/workflows/sentry-release.yml index 87c85277..01ed1daf 100644 --- a/.github/workflows/sentry-release.yml +++ b/.github/workflows/sentry-release.yml @@ -20,4 +20,4 @@ jobs: with: tagName: ${{ github.sha }} environment: production - releaseNamePrefix: pydis-site@ + releaseNamePrefix: site@ |