Skip to content

update configs to point candidate images #3

update configs to point candidate images

update configs to point candidate images #3

Workflow file for this run

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