fix(publish): remove conditional enablement for edge tag in workflow configuration

This commit is contained in:
keven1024
2026-06-02 08:59:08 +08:00
parent 26f1c52198
commit 3757ed606f

View File

@@ -22,7 +22,7 @@ jobs:
images: fudaoyuanicu/015-app
tags: |
type=semver,pattern={{version}}
type=raw,value=edge,enable=${{ contains(github.ref_name, '-') }}
type=raw,value=edge
type=raw,value=latest,enable=${{ !contains(github.ref_name, '-') }}
- name: Set build time
id: build-time
@@ -58,7 +58,7 @@ jobs:
images: fudaoyuanicu/015-worker
tags: |
type=semver,pattern={{version}}
type=raw,value=edge,enable=${{ contains(github.ref_name, '-') }}
type=raw,value=edge
type=raw,value=latest,enable=${{ !contains(github.ref_name, '-') }}
- name: Set build time
id: build-time