From 26d93cf3be519d3ae405e6ad7412fa0212b83cd6 Mon Sep 17 00:00:00 2001 From: Trenton Holmes Date: Fri, 1 Apr 2022 16:17:22 -0700 Subject: [PATCH] Fixes the name and path of the built image so it doesn't duplicate --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69a2361d8..014549847 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}}