maybe???
Some checks failed
Deploy / deploy (push) Failing after 2m19s

This commit is contained in:
Lee 2024-09-24 10:30:32 +01:00
parent 23e8951f92
commit 775ec2d988

@ -30,8 +30,13 @@ jobs:
tags: git.fascinated.cc/fascinated/scoresaber-reloaded:latest tags: git.fascinated.cc/fascinated/scoresaber-reloaded:latest
build-args: | build-args: |
GIT_REV=${{ gitea.sha }} 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 uses: azure/k8s-set-context@v4
with: with:
kubeconfig: ${{ secrets.KUBECONFIG }} kubeconfig: ${{ secrets.KUBECONFIG }}