diff options
author | 2023-09-26 20:07:27 -0700 | |
---|---|---|
committer | 2023-09-26 20:07:27 -0700 | |
commit | f354a29683ab56db3ddf4fc8f603fd1e360645e4 (patch) | |
tree | 580c2f94d2fbd3ae5ff68083a3c7ed8f6fe1fd22 | |
parent | e5b62bf074b1509f8f111ab60e26eaa23ef29b30 (diff) | |
download | bun-f354a29683ab56db3ddf4fc8f603fd1e360645e4.tar.gz bun-f354a29683ab56db3ddf4fc8f603fd1e360645e4.tar.zst bun-f354a29683ab56db3ddf4fc8f603fd1e360645e4.zip |
Remove one of the tags
-rw-r--r-- | .github/workflows/bun-release.yml | 1 |
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 }} |