From 775ec2d988247a4b3b68fa23db033925e2a9e5a8 Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 24 Sep 2024 10:30:32 +0100 Subject: [PATCH] maybe??? --- .gitea/workflows/deploy.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 0e65f6e..34a0a81 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -30,8 +30,13 @@ jobs: tags: git.fascinated.cc/fascinated/scoresaber-reloaded:latest build-args: | GIT_REV=${{ gitea.sha }} + cache-from: type=registry,ref=git.fascinated.cc/fascinated/scoresaber-reloaded:cache + cache-to: type=registry,ref=git.fascinated.cc/fascinated/scoresaber-reloaded:cache,mode=max - - name: Set up Kubectl + - name: Install kubectl + run: sudo apt-get install -y kubectl + + - name: Setup kubernetes context uses: azure/k8s-set-context@v4 with: kubeconfig: ${{ secrets.KUBECONFIG }}