mirror of
https://github.com/open-webui/open-webui
synced 2024-11-28 23:13:30 +00:00
Merge pull request #2718 from cheahjs/fix/tag-docker-build
fix: docker build on tag broke due to cache
This commit is contained in:
commit
2ad286698b
1
.github/workflows/docker-build.yaml
vendored
1
.github/workflows/docker-build.yaml
vendored
@ -70,6 +70,7 @@ 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
|
||||||
flavor: |
|
flavor: |
|
||||||
prefix=cache-${{ matrix.platform }}-
|
prefix=cache-${{ matrix.platform }}-
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user