Skip to content

Commit

Permalink
Fix MLS Validation Service docker tag for good (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkysel authored Oct 22, 2024
1 parent 116f221 commit e3d68f2
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 e3d68f2

Please sign in to comment.