From 1ad54694a94bb5d1ff5f60f42476eb07b27520e3 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Mon, 27 Mar 2023 22:17:49 +0100 Subject: [PATCH] fixes --- .gitea/workflows/publish.yaml | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 0622d41..a7567f6 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -12,20 +12,11 @@ jobs: arch: ['git.fascinated.cc/fascinated/gitea-runner:ubuntu-latest'] git-version: ['2.38.4'] runs-on: ${{ matrix.arch }} - #container: node:19-alpine + container: node:19-bullseye steps: - name: checkout uses: https://github.com/actions/checkout@v3 - - name: Restore Docker - id: cache-docker - uses: https://github.com/actions/cache/restore@v3 - with: - path: | - /usr/bin/docker - key: ${{ runner.os }}-docker - token: ${{ secrets.GH_TOKEN }} - #- name: Download docker # if: steps.cache-docker.outputs.cache-hit != 'true' # run: | @@ -36,14 +27,6 @@ jobs: - name: Set up Docker Buildx uses: https://github.com/docker/setup-buildx-action@v2 - - name: Cache Docker layers - uses: https://github.com/actions/cache@v2 - with: - path: /tmp/.buildx-cache - key: ${{ runner.os }}-buildx-${{ github.sha }} - restore-keys: | - ${{ runner.os }}-buildx- - - name: Login to Repo uses: https://github.com/docker/login-action@v2 with: @@ -56,11 +39,4 @@ jobs: with: push: true context: . - tags: git.fascinated.cc/fascinated/beatsaber-overlay:latest - cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,dest=/tmp/.buildx-cache-new - - - name: Move cache - run: | - rm -rf /tmp/.buildx-cache - mv /tmp/.buildx-cache-new /tmp/.buildx-cache + tags: git.fascinated.cc/fascinated/beatsaber-overlay:latest \ No newline at end of file