Skip to content

add github actions docker scripts (#20) #4

add github actions docker scripts (#20)

add github actions docker scripts (#20) #4

Workflow file for this run

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