Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
3a661fda
"...git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "6de15707c1f9ec7409432aea231e149c91b79626"
Commit
3a661fda
authored
Apr 10, 2024
by
Jun Siang Cheah
Browse files
fix: missing ollama/cuda tags from #1495
parent
a85e93f1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
.github/workflows/docker-build.yaml
.github/workflows/docker-build.yaml
+2
-0
No files found.
.github/workflows/docker-build.yaml
View file @
3a661fda
...
@@ -321,6 +321,7 @@ jobs:
...
@@ -321,6 +321,7 @@ jobs:
type=sha,prefix=git-
type=sha,prefix=git-
type=semver,pattern={{version}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}.{{minor}}
type=raw,enable=${{ github.ref == 'refs/heads/main' }},prefix=,suffix=,value=cuda
flavor
:
|
flavor
:
|
latest=${{ github.ref == 'refs/heads/main' }}
latest=${{ github.ref == 'refs/heads/main' }}
suffix=-cuda,onlatest=true
suffix=-cuda,onlatest=true
...
@@ -367,6 +368,7 @@ jobs:
...
@@ -367,6 +368,7 @@ jobs:
type=sha,prefix=git-
type=sha,prefix=git-
type=semver,pattern={{version}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}.{{minor}}
type=raw,enable=${{ github.ref == 'refs/heads/main' }},prefix=,suffix=,value=ollama
flavor
:
|
flavor
:
|
latest=${{ github.ref == 'refs/heads/main' }}
latest=${{ github.ref == 'refs/heads/main' }}
suffix=-ollama,onlatest=true
suffix=-ollama,onlatest=true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment