Skip to content

update

update #19

Workflow file for this run

name: Push RTI to Docker Hub
on:
push:
branches:
- master
- RTI-CD
workflow_dispatch:
jobs:
build-and-push:
runs-on: ubuntu-latest
name: Build and push RTI to Docker Hub
steps:
- name: Check out lingua-franca repository
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
- name: Build and push RTI to Docker Hub
uses: ./.github/actions/push-rti-docker
with:
tag: latest
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}