diff options
author | 2023-03-21 09:56:56 +0000 | |
---|---|---|
committer | 2023-03-21 09:56:56 +0000 | |
commit | 06a6aecdf65de083a527c307645aca07a250a6ab (patch) | |
tree | 0f0eefd8069147db31315f4fd13df4cf963405d8 /.github/workflows/build-deploy.yaml | |
parent | Merge pull request #899 from shtlrs/group-all-workflows (diff) |
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 |