From bca12fc3b87aa029b8077e3a81faac344c508b11 Mon Sep 17 00:00:00 2001 From: "Peter.Morton" Date: Sun, 12 Apr 2026 22:10:35 -0500 Subject: [PATCH] try to cache QEMU image --- .gitea/workflows/docker-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/docker-build.yaml b/.gitea/workflows/docker-build.yaml index dce1185..966e6dd 100644 --- a/.gitea/workflows/docker-build.yaml +++ b/.gitea/workflows/docker-build.yaml @@ -9,8 +9,6 @@ on: jobs: build: runs-on: ubuntu-latest - volumes: - - /opt/hostedtoolcache:/opt/hostedtoolcache steps: - name: Checkout code uses: actions/checkout@v6 @@ -22,6 +20,8 @@ jobs: - run: npm run build --if-present - name: Installs QEMU binaries for multi-platform emulation. uses: docker/setup-qemu-action@v4 + with: + cache-image: true - name: Generates image tags and annotations from Git information. id: meta uses: docker/metadata-action@v6