diff --git a/.changeset/healthy-lions-punch.md b/.changeset/healthy-lions-punch.md new file mode 100644 index 00000000..4833fd1b --- /dev/null +++ b/.changeset/healthy-lions-punch.md @@ -0,0 +1,6 @@ +--- +'@lagoss/dashboard': patch +'@lagoss/serverless': patch +--- + +Fix docker tags pattern diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 3551bae4..02dbb946 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -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}}