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 6bbee45 commit e053edd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ jobs:
- name: debu pwdg
run: pwd

- name: env
run: env

- name: Log in to Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
Expand Down Expand Up @@ -161,7 +164,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: ${{ steps.cache.outputs.cache-from }}
cache-to: ${{ steps.cache.outputs.cache-to }}
build-contexts: project={{defaultContext}}
build-contexts: project=${{ defaultContext }}

# # todo base these on the raceboat image
# test-unit:
Expand Down

0 comments on commit e053edd

Please sign in to comment.