diff options
author | 2023-03-20 20:20:57 +0100 | |
---|---|---|
committer | 2023-03-20 20:20:57 +0100 | |
commit | 5e51c790ab544028f8febb79b52ff53f3512da7e (patch) | |
tree | 411fa4e3ede25e42dc1ee3d7b121ade5885c941c /.github/workflows | |
parent | use hyphen instead of underscore across all workflow names (diff) |
fix indentation for k8s-deploy job's inputs
Diffstat (limited to '.github/workflows')
-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 cdfc84f9..9899d942 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -77,8 +77,8 @@ jobs: - name: Deploy to Kubernetes uses: Azure/k8s-deploy@v4 with: - manifests: | - namespaces/default/site/deployment.yaml + manifests: | + namespaces/default/site/deployment.yaml images: 'ghcr.io/python-discord/site:${{ steps.sha_tag.outputs.tag }}' - name: Purge Cloudflare Edge Cache |