diff options
-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 |