From: Quinn Casey Date: Wed, 16 Feb 2022 16:24:12 +0000 (-0800) Subject: Fix image name X-Git-Tag: ngx-1.6.0-rc1~94^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F62%2Fhead;p=thirdparty%2Fpaperless-ngx.git Fix image name --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b5f1d5c4b..71642c91e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -288,7 +288,7 @@ jobs: name: Prepare id: prepare run: | - IMAGE_NAME=paperless-ngx/paperless-ngx + IMAGE_NAME=ghcr.io/${{ github.repository }} if [[ $GITHUB_REF == refs/tags/ng-* ]]; then TAGS=${IMAGE_NAME}:${GITHUB_REF#refs/tags/ng-},${IMAGE_NAME}:latest INSPECT_TAG=${IMAGE_NAME}:latest