From: Trenton Holmes Date: Fri, 1 Apr 2022 23:17:22 +0000 (-0700) Subject: Fixes the name and path of the built image so it doesn't duplicate X-Git-Tag: beta-1.6.1~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F238%2Fhead;p=thirdparty%2Fpaperless-ngx.git Fixes the name and path of the built image so it doesn't duplicate --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69a2361d84..014549847d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -193,7 +193,7 @@ jobs: id: docker-meta uses: docker/metadata-action@v3 with: - images: ghcr.io/${{ github.repository }}/paperless-ngx + images: ghcr.io/${{ github.repository }} tags: | type=match,pattern=ngx-(\d.\d.\d),group=1 type=semver,pattern=ngx-{{version}}