Skip to content

Use TimeSource to handle simulation and real world time, remove extra… #8

Use TimeSource to handle simulation and real world time, remove extra…

Use TimeSource to handle simulation and real world time, remove extra… #8

Workflow file for this run

name: Docker Hub build
on:
push:
branches:
- develop
- master
- "release/*"
- feature/time-source
tags:
- "carma-system-*"
jobs:
dockerhub:
uses: usdot-fhwa-stol/actions/.github/workflows/dockerhub.yml@main
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
with:
runner: ubuntu-latest