Skip to content

Commit

Permalink
CI debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
plvines committed Dec 14, 2024
1 parent 4b1b384 commit 8ee3350
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ jobs:
cache-to: ${{ steps.cache.outputs.cache-to }}
build:
runs-on: ubuntu-latest
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
container:
image: ghcr.io/tst-race/raceboat/raceboat-builder:${{ github.branch }}
image: ghcr.io/tst-race/raceboat/raceboat-builder:${{ BRANCH_NAME }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 8ee3350

Please sign in to comment.