diff options
author | 2023-03-21 13:28:41 +0100 | |
---|---|---|
committer | 2023-03-21 13:28:41 +0100 | |
commit | 8860e4fe730fbfd76e58cbd1490d9433f8539800 (patch) | |
tree | 0f0eefd8069147db31315f4fd13df4cf963405d8 /.github/workflows/build-deploy.yaml | |
parent | Merge pull request #899 from shtlrs/group-all-workflows (diff) | |
parent | Use the correct id for the sha-tag input (diff) |
Merge pull request #908 from python-discord/fix-ci
Use the correct id for the sha-tag input
Diffstat (limited to '.github/workflows/build-deploy.yaml')
-rw-r--r-- | .github/workflows/build-deploy.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index 5007110d..440cae60 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -47,7 +47,7 @@ jobs: cache-to: type=inline tags: | ghcr.io/python-discord/site:latest - ghcr.io/python-discord/site:${{ inputs.sha_tag }} + ghcr.io/python-discord/site:${{ inputs.sha-tag }} build-args: | git_sha=${{ github.sha }} @@ -79,7 +79,7 @@ jobs: with: manifests: | namespaces/default/site/deployment.yaml - images: 'ghcr.io/python-discord/site:${{ inputs.sha_tag }}' + images: 'ghcr.io/python-discord/site:${{ inputs.sha-tag }}' - name: Purge Cloudflare Edge Cache uses: jakejarvis/cloudflare-purge-action@master |