We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2858945 commit a646c70Copy full SHA for a646c70
.github/workflows/release-mls-validation-service.yml
@@ -32,7 +32,7 @@ jobs:
32
images: ghcr.io/xmtp/mls-validation-service
33
tags: |
34
type=ref,event=tag
35
- type=semver,pattern={{version}}
+ type=match,pattern={{mls-validation-service-(.*)}}
36
37
- name: Build and push Docker image
38
uses: docker/build-push-action@v6
0 commit comments