Fix latest tag generation for CUDA Docker images

This commit is contained in:
Jonatan Kłosko 2024-08-26 22:14:02 +09:00
parent 6bcd7ea5dc
commit 34fadc3996

View file

@ -79,7 +79,7 @@ jobs:
with: with:
images: ghcr.io/livebook-dev/livebook images: ghcr.io/livebook-dev/livebook
flavor: | flavor: |
suffix=${{ matrix.tag_suffix }} suffix=${{ matrix.tag_suffix }},onlatest=true
tags: | tags: |
type=semver,pattern={{version}} type=semver,pattern={{version}}
type=raw,value=nightly,enable=${{ github.ref_type != 'tag' }} type=raw,value=nightly,enable=${{ github.ref_type != 'tag' }}