Skip to content

Commit

Permalink
fix: correct docker tag patterns (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten authored Jul 5, 2024
1 parent 64d1bca commit 7287ab5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/healthy-lions-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@lagoss/dashboard': patch
'@lagoss/serverless': patch
---

Fix docker tags pattern
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
images: |
ghcr.io/${{ github.repository_owner }}/${{matrix.image}}
tags: |
type=match,pattern=@lagoss\/${{matrix.image}}@(\\d+\.\\d+\.\\d+),enable=${{startsWith(github.ref, 'refs/tags/')}},group=1
type=match,pattern=@lagoss\/${{matrix.image}}@(\\d+\\.\\d+\\.\\d+),enable=${{startsWith(github.ref, 'refs/tags/')}},group=1
type=ref,event=pr
type=raw,value=next,enable={{is_default_branch}}
Expand Down

0 comments on commit 7287ab5

Please sign in to comment.