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
3176fe0c
Commit
3176fe0c
authored
Jun 02, 2024
by
Jun Siang Cheah
Browse files
fix: another attempt at fixing tag docker builds
parent
642079ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
.github/workflows/docker-build.yaml
.github/workflows/docker-build.yaml
+6
-1
No files found.
.github/workflows/docker-build.yaml
View file @
3176fe0c
...
@@ -70,9 +70,10 @@ jobs:
...
@@ -70,9 +70,10 @@ jobs:
images
:
${{ env.FULL_IMAGE_NAME }}
images
:
${{ env.FULL_IMAGE_NAME }}
tags
:
|
tags
:
|
type=ref,event=branch
type=ref,event=branch
type=ref,event=tag
${{ github.ref_type == 'tag' && 'type=raw,value=main' || '' }}
flavor
:
|
flavor
:
|
prefix=cache-${{ matrix.platform }}-
prefix=cache-${{ matrix.platform }}-
latest=false
-
name
:
Build Docker image (latest)
-
name
:
Build Docker image (latest)
uses
:
docker/build-push-action@v5
uses
:
docker/build-push-action@v5
...
@@ -159,8 +160,10 @@ jobs:
...
@@ -159,8 +160,10 @@ jobs:
images
:
${{ env.FULL_IMAGE_NAME }}
images
:
${{ env.FULL_IMAGE_NAME }}
tags
:
|
tags
:
|
type=ref,event=branch
type=ref,event=branch
${{ github.ref_type == 'tag' && 'type=raw,value=main' || '' }}
flavor
:
|
flavor
:
|
prefix=cache-cuda-${{ matrix.platform }}-
prefix=cache-cuda-${{ matrix.platform }}-
latest=false
-
name
:
Build Docker image (cuda)
-
name
:
Build Docker image (cuda)
uses
:
docker/build-push-action@v5
uses
:
docker/build-push-action@v5
...
@@ -248,8 +251,10 @@ jobs:
...
@@ -248,8 +251,10 @@ jobs:
images
:
${{ env.FULL_IMAGE_NAME }}
images
:
${{ env.FULL_IMAGE_NAME }}
tags
:
|
tags
:
|
type=ref,event=branch
type=ref,event=branch
${{ github.ref_type == 'tag' && 'type=raw,value=main' || '' }}
flavor
:
|
flavor
:
|
prefix=cache-ollama-${{ matrix.platform }}-
prefix=cache-ollama-${{ matrix.platform }}-
latest=false
-
name
:
Build Docker image (ollama)
-
name
:
Build Docker image (ollama)
uses
:
docker/build-push-action@v5
uses
:
docker/build-push-action@v5
...
...
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