Skip to content

Fix integration test issues #73

Fix integration test issues

Fix integration test issues #73

Workflow file for this run

name: Docker Humble build
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
docker:
uses: usdot-fhwa-stol/actions/.github/workflows/docker.yml@main
with:
file: ./humble/Dockerfile
tag_name_suffix: humble
replace_suffix: true # TODO: remove after develop-humble branch is merged to develop
secrets:
GH_PAT: ${{ secrets.GH_PAT }}