aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Ashcon Partovi <ashcon@partovi.net> 2023-06-27 09:10:43 -0700
committerGravatar GitHub <noreply@github.com> 2023-06-27 09:10:43 -0700
commit3ec6c9e4fb03a374bb5a1d856bf804483246589c (patch)
tree40664f3f7474566be7f53299be5becfe4ddc65b8
parent2eb885c1d8140106b9e292234456cc1482a5a5e1 (diff)
downloadbun-3ec6c9e4fb03a374bb5a1d856bf804483246589c.tar.gz
bun-3ec6c9e4fb03a374bb5a1d856bf804483246589c.tar.zst
bun-3ec6c9e4fb03a374bb5a1d856bf804483246589c.zip
Fix docker tag on releasebun-v0.6.11
-rw-r--r--.github/workflows/bun-release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/bun-release.yml b/.github/workflows/bun-release.yml
index e39c5cda3..1b2c49e81 100644
--- a/.github/workflows/bun-release.yml
+++ b/.github/workflows/bun-release.yml
@@ -156,8 +156,8 @@ jobs:
with:
images: oven/bun
tags: |
- type=match,pattern=(bun-v)?(\d.\d.\d),group=2,value=${{ env.TAG }}
- type=match,pattern=(bun-v)?(\d.\d),group=2,value=${{ env.TAG }}
+ type=match,pattern=(bun-v)?(\d+.\d+.\d+),group=2,value=${{ env.TAG }}
+ type=match,pattern=(bun-v)?(\d+.\d+),group=2,value=${{ env.TAG }}
- id: login
name: Login to Docker
uses: docker/login-action@v2