Skip to content

Fix null pointer when infrastructure registration includes no sensor … #52

Fix null pointer when infrastructure registration includes no sensor …

Fix null pointer when infrastructure registration includes no sensor … #52

Workflow file for this run

name: Docker Hub build
on:
push:
branches:
- "develop"
- "master"
- "release/*"
jobs:
dockerhub:
uses: usdot-fhwa-stol/actions/.github/workflows/dockerhub.yml@main
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}