mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix image name
This commit is contained in:
parent
50102af229
commit
305666378b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user