Skip to content

Commit

Permalink
feat: RTI dockerhub nightly CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Depetrol committed Aug 1, 2024
1 parent 6fdcfc6 commit 752a812
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ jobs:
title: "Lingua Franca Nightly"
files: |
build/distributions/*
- name: Build and push RTI to Docker Hub
uses: ./.github/actions/push-rti-docker
with:
tag: nightly
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit 752a812

Please sign in to comment.