try to cache QEMU image
Some checks failed
gds-mock-mcp Docker Build / build (push) Has been cancelled

This commit is contained in:
2026-04-12 22:10:35 -05:00
parent 9d6348071b
commit bca12fc3b8

View File

@@ -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