Skip to content

Commit 51d2f50

Browse files
committed
chore: Update beta tag rule
1 parent 7c30bbf commit 51d2f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
latest=false
4343
tags: |
4444
type=ref,event=tag
45-
type=raw,value=beta,enable=${{ endsWith(github.ref, '-beta') }}
45+
type=raw,value=beta,enable=${{ contains(github.ref, '-beta') }}
4646
type=raw,value=latest,enable=${{ !contains(github.ref, '-') }}
4747
4848
- name: Build and push Docker image

0 commit comments

Comments
 (0)