aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-deploy.yaml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-03-21 09:56:56 +0000
committerGravatar Chris Lovering <[email protected]>2023-03-21 09:56:56 +0000
commit06a6aecdf65de083a527c307645aca07a250a6ab (patch)
tree0f0eefd8069147db31315f4fd13df4cf963405d8 /.github/workflows/build-deploy.yaml
parentMerge 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.yaml4
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