Skip to content

Commit

Permalink
Merge pull request #2391 from lf-lang/latest-rti-image
Browse files Browse the repository at this point in the history
Update latest rti image for released versions
  • Loading branch information
lhstrh authored Aug 2, 2024
2 parents 3828049 + 7647616 commit 694efa9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rti-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ jobs:
tag: ${{ env.lf_version }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Update latest (released versions only)
uses: ./.github/actions/push-rti-docker
with:
tag: latest
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
if: ${{ !endsWith(env.lf_version, '-snapshot') }}

0 comments on commit 694efa9

Please sign in to comment.