Skip to content

Update Release_notes.md (#2376) #151

Update Release_notes.md (#2376)

Update Release_notes.md (#2376) #151

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 }}