mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
Only add version tag to main
This commit is contained in:
parent
550386f52a
commit
ff1ea70dfa
1 changed files with 1 additions and 1 deletions
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 a new issue