Skip to content

Commit

Permalink
Fix pattern again (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkysel authored Oct 21, 2024
1 parent a646c70 commit 116f221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-mls-validation-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
images: ghcr.io/xmtp/mls-validation-service
tags: |
type=ref,event=tag
type=match,pattern={{mls-validation-service-(.*)}}
type=match,pattern={{mls-validation-service-(.*)}},group=1
- name: Build and push Docker image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 116f221

Please sign in to comment.