Skip to content

Add Lavida Release Notes for Version 4.5.0 (#2367) #149

Add Lavida Release Notes for Version 4.5.0 (#2367)

Add Lavida Release Notes for Version 4.5.0 (#2367) #149

Workflow file for this run

name: Docker Hub build
on:
push:
branches:
- "develop"
- "master"
- "release/*"
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 }}