This commit is contained in:
parent
b512b742a9
commit
e5031420ad
@ -22,14 +22,6 @@ jobs:
|
|||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
registry: git.fascinated.cc
|
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
|
- name: Build Image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
@ -40,8 +32,6 @@ jobs:
|
|||||||
git.fascinated.cc/fascinated/scoresaber-reloaded:latest
|
git.fascinated.cc/fascinated/scoresaber-reloaded:latest
|
||||||
build-args: |
|
build-args: |
|
||||||
GIT_REV=${{ gitea.sha }}
|
GIT_REV=${{ gitea.sha }}
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
|
||||||
|
|
||||||
- name: Install kubectl
|
- name: Install kubectl
|
||||||
uses: azure/setup-kubectl@v4
|
uses: azure/setup-kubectl@v4
|
||||||
|
Reference in New Issue
Block a user