aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Ashcon Partovi <ashcon@partovi.net> 2023-09-26 19:22:38 -0700
committerGravatar Ashcon Partovi <ashcon@partovi.net> 2023-09-26 19:22:38 -0700
commit2b2927dedc437869013e78cdfcc0389223ce0ae9 (patch)
tree648238aeb3eb53640f0656342b1d8d62bcdbc3da
parent500c52af622e09dd6cece656f2a45f7ffc59f5f5 (diff)
downloadbun-2b2927dedc437869013e78cdfcc0389223ce0ae9.tar.gz
bun-2b2927dedc437869013e78cdfcc0389223ce0ae9.tar.zst
bun-2b2927dedc437869013e78cdfcc0389223ce0ae9.zip
Fix latest tag
-rw-r--r--.github/workflows/bun-release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bun-release.yml b/.github/workflows/bun-release.yml
index 9319e528d..d11e2a3be 100644
--- a/.github/workflows/bun-release.yml
+++ b/.github/workflows/bun-release.yml
@@ -160,7 +160,7 @@ jobs:
with:
images: oven/bun
flavor: |
- latest=${{ github.event.inputs.is-latest == 'true' || github.event.release.tag_name == env.BUN_VERSION }}
+ latest=${{ matrix.suffix == '' && (github.event.inputs.is-latest == 'true' || github.event.release.tag_name == env.BUN_VERSION) }}
suffix=${{ matrix.suffix }}
tags: |
type=match,pattern=(bun-v)?(canary|\d+.\d+.\d+),group=2,value=${{ env.BUN_VERSION }}