aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Ashcon Partovi <ashcon@partovi.net> 2023-09-26 20:07:27 -0700
committerGravatar Ashcon Partovi <ashcon@partovi.net> 2023-09-26 20:07:27 -0700
commitf354a29683ab56db3ddf4fc8f603fd1e360645e4 (patch)
tree580c2f94d2fbd3ae5ff68083a3c7ed8f6fe1fd22
parente5b62bf074b1509f8f111ab60e26eaa23ef29b30 (diff)
downloadbun-f354a29683ab56db3ddf4fc8f603fd1e360645e4.tar.gz
bun-f354a29683ab56db3ddf4fc8f603fd1e360645e4.tar.zst
bun-f354a29683ab56db3ddf4fc8f603fd1e360645e4.zip
Remove one of the tags
-rw-r--r--.github/workflows/bun-release.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/bun-release.yml b/.github/workflows/bun-release.yml
index eaef41326..bc47dcc4d 100644
--- a/.github/workflows/bun-release.yml
+++ b/.github/workflows/bun-release.yml
@@ -164,7 +164,6 @@ jobs:
latest=false
tags: |
type=raw,value=latest,enable=${{ env.BUN_LATEST == 'true' && matrix.suffix == '' }}
- type=raw,value=latest,suffix=${{ matrix.suffix }},enable=${{ env.BUN_LATEST == 'true' }}
type=raw,value=${{ matrix.variant }},enable=${{ env.BUN_LATEST == 'true' }}
type=match,pattern=(bun-v)?(canary|\d+.\d+.\d+),group=2,value=${{ env.BUN_VERSION }},suffix=${{ matrix.suffix }}
type=match,pattern=(bun-v)?(canary|\d+.\d+),group=2,value=${{ env.BUN_VERSION }},suffix=${{ matrix.suffix }}