pls work xoxo
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
Lee 2024-09-24 11:29:45 +01:00
parent b512b742a9
commit e5031420ad

@ -22,14 +22,6 @@ jobs:
password: ${{ secrets.REGISTRY_TOKEN }}
registry: git.fascinated.cc
- name: Cache Docker Layers
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx
restore-keys: |
${{ runner.os }}-buildx
- name: Build Image
uses: docker/build-push-action@v6
with:
@ -40,8 +32,6 @@ jobs:
git.fascinated.cc/fascinated/scoresaber-reloaded:latest
build-args: |
GIT_REV=${{ gitea.sha }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
- name: Install kubectl
uses: azure/setup-kubectl@v4