Skip to content

ARC-147: Add documentation regarding mixture of ROS 1 and ROS 2 packa… #74

ARC-147: Add documentation regarding mixture of ROS 1 and ROS 2 packa…

ARC-147: Add documentation regarding mixture of ROS 1 and ROS 2 packa… #74

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