From 352ac38a9cae0ea119aa1283c23081ae162cd096 Mon Sep 17 00:00:00 2001 From: Matthew Whitlock Date: Wed, 9 Oct 2024 18:36:57 -0400 Subject: [PATCH] Update ci_checks.yaml --- .github/workflows/ci_checks.yaml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci_checks.yaml b/.github/workflows/ci_checks.yaml index cccf672..887a332 100644 --- a/.github/workflows/ci_checks.yaml +++ b/.github/workflows/ci_checks.yaml @@ -25,9 +25,9 @@ jobs: targets: bootstrap workdir: . set: | - *.output=type=docker,name= - *.cache-from=type=gha,scope= - *.cache-to=type=gha,mode=max,scope= + *.output=type=docker,name=local/bootstrap + *.cache-from=type=gha,scope=local/bootstrap + *.cache-to=type=gha,mode=max,scope=local/bootstrap - name: Bootstrap the environment Dockerfile run: docker run -v ${GITHUB_WORKSPACE}/.github:/configs local/bootstrap @@ -39,9 +39,9 @@ jobs: targets: env workdir: . set: | - *.output=type=docker,name= - *.cache-from=type=gha,scope= - *.cache-to=type=gha,mode=max,scope= + *.output=type=docker,name=local/env + *.cache-from=type=gha,scope=local/env + *.cache-to=type=gha,mode=max,scope=local/env - name: Build Fenix uses: docker/bake-action@v5 @@ -51,9 +51,8 @@ jobs: targets: fenix workdir: . set: | - *.output=type=docker,name= - *.cache-from=type=gha,scope= - *.cache-to=type=gha,mode=max,scope= + *.output=type=docker,name=local/fenix + *.cache-from=type=gha,scope=local/env - name: Test Fenix run: docker run local/fenix