Skip to content

ci(docker): switch CI to core-devel-humble images (#38) #23

ci(docker): switch CI to core-devel-humble images (#38)

ci(docker): switch CI to core-devel-humble images (#38) #23

name: build-and-test
on:
push:
branches:
- main
jobs:
build-and-test:
uses: ./.github/workflows/build-and-test-reusable.yaml
with:
runner: "['self-hosted', 'Linux', 'X64']"
container: ghcr.io/autowarefoundation/autoware:core-devel-humble
concurrency-group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
pull-ccache: true
push-ccache: true
codecov-flag: total
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}