Skip to content

Commit a646c70

Browse files
authored
Fix release pattern (#1161)
1 parent 2858945 commit a646c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-mls-validation-service.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
images: ghcr.io/xmtp/mls-validation-service
3333
tags: |
3434
type=ref,event=tag
35-
type=semver,pattern={{version}}
35+
type=match,pattern={{mls-validation-service-(.*)}}
3636
3737
- name: Build and push Docker image
3838
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)