mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-07 21:44:36 +08:00
Fix latest tag generation for CUDA Docker images
This commit is contained in:
parent
6bcd7ea5dc
commit
34fadc3996
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -79,7 +79,7 @@ jobs:
|
|||
with:
|
||||
images: ghcr.io/livebook-dev/livebook
|
||||
flavor: |
|
||||
suffix=${{ matrix.tag_suffix }}
|
||||
suffix=${{ matrix.tag_suffix }},onlatest=true
|
||||
tags: |
|
||||
type=semver,pattern={{version}}
|
||||
type=raw,value=nightly,enable=${{ github.ref_type != 'tag' }}
|
||||
|
|
Loading…
Add table
Reference in a new issue