mirror of
https://github.com/keven1024/015.git
synced 2026-06-07 12:54:34 +00:00
fix(publish): remove conditional enablement for edge tag in workflow configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user