Skip to content

Delete lib/libcs2cswrapper.so #6

Delete lib/libcs2cswrapper.so

Delete lib/libcs2cswrapper.so #6

Workflow file for this run

name: Docker Hub build
on:
push:
branches:
- develop
- master
- "release/*"
- feature/time-source
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 }}
with:
runner: ubuntu-latest