diff --git a/.changeset/thin-bags-reflect.md b/.changeset/thin-bags-reflect.md new file mode 100644 index 00000000..6a003e89 --- /dev/null +++ b/.changeset/thin-bags-reflect.md @@ -0,0 +1,6 @@ +--- +'@lagoss/serverless': patch +'@lagoss/dashboard': patch +--- + +Fix docker tag creation diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 02dbb946..1159019b 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}}