Skip to content

Commit

Permalink
Build (but don't push) container image for all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block committed Oct 18, 2023
1 parent 9ab13bb commit a9c6625
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ jobs:
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

container-build:
runs-on: ubuntu-latest
steps:
- run: docker build .

0 comments on commit a9c6625

Please sign in to comment.