From: Trenton Holmes Date: Sat, 2 Apr 2022 15:48:58 +0000 (-0700) Subject: Fixes the Docker image tags X-Git-Tag: beta-1.7.0-rc1~37^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F623%2Fhead;p=thirdparty%2Fpaperless-ngx.git Fixes the Docker image tags --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 014549847d..22b90b5e0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -196,9 +196,8 @@ jobs: images: ghcr.io/${{ github.repository }} tags: | type=match,pattern=ngx-(\d.\d.\d),group=1 - type=semver,pattern=ngx-{{version}} - type=semver,pattern=ngx-{{major}}.{{minor}} - type=ref + type=ref,event=branch + type=ref,event=tag - name: Checkout uses: actions/checkout@v3