From: Trenton Holmes Date: Wed, 13 Apr 2022 15:20:30 +0000 (-0700) Subject: Removes the matching regex from the docker/metadata-action as it will create a new... X-Git-Tag: ngx-1.7.0~1^2~11^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F723%2Fhead;p=thirdparty%2Fpaperless-ngx.git Removes the matching regex from the docker/metadata-action as it will create a new :latest even for release candidates --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee22ae9297..cb8af9876b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -195,7 +195,6 @@ jobs: with: images: ghcr.io/${{ github.repository }} tags: | - type=match,pattern=ngx-(\d.\d.\d),group=1 type=ref,event=branch type=ref,event=tag -