Skip to content

Commit

Permalink
CI debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
plvines committed Dec 19, 2024
1 parent c988ce4 commit 92cb0f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 92cb0f5

Please sign in to comment.