We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a646c70 commit 116f221Copy full SHA for 116f221
.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=match,pattern={{mls-validation-service-(.*)}}
+ type=match,pattern={{mls-validation-service-(.*)}},group=1
36
37
- name: Build and push Docker image
38
uses: docker/build-push-action@v6
0 commit comments