Skip to content

add manual dockerhub trigger #216

add manual dockerhub trigger

add manual dockerhub trigger #216

Workflow file for this run

# This workflow will build and push official docker images when new push occurs to develop, master, release branches but doesn't run any unit test or sonar scanner
name: Docker Hub build
on:
push:

Check failure on line 4 in .github/workflows/dockerhub.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dockerhub.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
branches:
- develop
- master
- develop-humble
- "release/*"
tags:
- "carma-system-*"
workflow_dispatch:
jobs:
dockerhub:
uses: usdot-fhwa-stol/actions/.github/workflows/dockerhub.yml@main
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}