From a15f3e8d1c7fbd5b275e62385f91daae280657ff Mon Sep 17 00:00:00 2001 From: TShapinsky Date: Thu, 25 Jul 2024 10:41:49 -0600 Subject: [PATCH] try exposing runtime in order to make caching work --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 760a575f..87bc45f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -299,7 +299,8 @@ jobs: # worker.platform=linux/amd64,linux/arm64 # worker.tags=${{ env.REGISTRY_BASE_URI }}/worker:{${{ join(fromJson(steps.meta.outputs.json)['tags'],',') }}} # push: true - + - name: Expose GitHub Runtime + uses: crazy-max/ghaction-github-runtime@v3 - name: Build Push run: | /usr/bin/docker buildx bake \