mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
Only add version tag to main
This commit is contained in:
parent
550386f52a
commit
ff1ea70dfa
2
.github/workflows/docker-build.yaml
vendored
2
.github/workflows/docker-build.yaml
vendored
@ -69,7 +69,7 @@ jobs:
|
||||
# https://github.com/docker/metadata-action?tab=readme-ov-file#typeraw
|
||||
tags: |
|
||||
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
|
||||
type=raw,value=${{ steps.get_version.outputs.version }}
|
||||
type=raw,value=${{ steps.get_version.outputs.version }},enable=${{ github.ref == 'refs/heads/main' }}
|
||||
type=ref,event=branch
|
||||
type=ref,event=tag
|
||||
type=sha,prefix=git-
|
||||
|
Loading…
Reference in New Issue
Block a user