From 5e51c790ab544028f8febb79b52ff53f3512da7e Mon Sep 17 00:00:00 2001 From: shtlrs Date: Mon, 20 Mar 2023 20:20:57 +0100 Subject: fix indentation for k8s-deploy job's inputs --- .github/workflows/build-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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 -- cgit v1.2.3