Skip to content

Commit

Permalink
fix: use correct docker tag (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten authored Jul 5, 2024
1 parent 71f9536 commit 7735890
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/slimy-paws-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@lagoss/serverless': patch
'@lagoss/dashboard': patch
---

Fix docker tag and publishing
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=ref,event=tag,prefix=@lagoss/${{matrix.image}}@
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 7735890

Please sign in to comment.