lf-lang / lingua-franca

Intuitive concurrent programming in any language
https://www.lf-lang.org
Other
240 stars 63 forks source link

Update latest rti image for released versions #2391

Closed lhstrh closed 3 months ago

lhstrh commented 3 months ago

Upon release, a push to master happens with a version number that does not end with "-snapshot". When this occurs, also update the image associated with the "latest" tag.

lhstrh commented 3 months ago

Note sure if ${{ env.lf_version != *-snapshot }} works. @Depetrol, can you confirm?