From 92cb0f57c7bf06695cfe19a72f9115644e13d357 Mon Sep 17 00:00:00 2001 From: plvines <> Date: Wed, 18 Dec 2024 20:45:02 -0500 Subject: [PATCH] CI debugging --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7f2451..afc3f94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,7 +155,7 @@ jobs: - name: Build and Push raceboat-compile Docker Image uses: docker/build-push-action@v4 with: - context: project=${{ GITHUB_WORKSPACE }} + context: {{ GITHUB_WORKSPACE }} # context: raceboat-compile-image # context: "{{defaultContext}}:raceboat-compile-image" file: raceboat-compile-image/Dockerfile @@ -165,7 +165,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: ${{ steps.cache.outputs.cache-from }} cache-to: ${{ steps.cache.outputs.cache-to }} - build-contexts: project=${{ GITHUB_WORKSPACE }} + # build-contexts: project=${{ GITHUB_WORKSPACE }} # # todo base these on the raceboat image # test-unit: