Skip to content

Commit

Permalink
Merge branch 'main' of github.com:xmtp/libxmtp into insipx/downgrade-ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Oct 22, 2024
2 parents 8900aa1 + e3d68f2 commit ed1a455
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-mls-validation-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/xmtp/mls-validation-service
images: ghcr.io/${{ github.repository_owner }}/mls-validation-service
tags: |
type=ref,event=tag
type=match,pattern={{mls-validation-service-(.*)}},group=1
type=match,pattern=mls-validation-service-(.*),group=1
type=match,pattern=mls-validation-service-v(.*),group=1
- name: Build and push Docker image
uses: docker/build-push-action@v6
Expand Down

0 comments on commit ed1a455

Please sign in to comment.