"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "6782e95c7584defd990bb01cf2732f721038d190"
Commit 3a661fda authored by Jun Siang Cheah's avatar Jun Siang Cheah
Browse files

fix: missing ollama/cuda tags from #1495

parent a85e93f1
......@@ -321,6 +321,7 @@ jobs:
type=sha,prefix=git-
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=raw,enable=${{ github.ref == 'refs/heads/main' }},prefix=,suffix=,value=cuda
flavor: |
latest=${{ github.ref == 'refs/heads/main' }}
suffix=-cuda,onlatest=true
......@@ -367,6 +368,7 @@ jobs:
type=sha,prefix=git-
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=raw,enable=${{ github.ref == 'refs/heads/main' }},prefix=,suffix=,value=ollama
flavor: |
latest=${{ github.ref == 'refs/heads/main' }}
suffix=-ollama,onlatest=true
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment