mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
fix: docker build on tag broke due to cache
This commit is contained in:
parent
207e25035a
commit
45bff743a2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-build.yaml
vendored
1
.github/workflows/docker-build.yaml
vendored
|
|
@ -70,6 +70,7 @@ jobs:
|
|||
images: ${{ env.FULL_IMAGE_NAME }}
|
||||
tags: |
|
||||
type=ref,event=branch
|
||||
type=ref,event=tag
|
||||
flavor: |
|
||||
prefix=cache-${{ matrix.platform }}-
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue