mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
Fixes the name and path of the built image so it doesn't duplicate
This commit is contained in:
parent
2666e70706
commit
26d93cf3be
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -193,7 +193,7 @@ jobs:
|
||||||
id: docker-meta
|
id: docker-meta
|
||||||
uses: docker/metadata-action@v3
|
uses: docker/metadata-action@v3
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/${{ github.repository }}/paperless-ngx
|
images: ghcr.io/${{ github.repository }}
|
||||||
tags: |
|
tags: |
|
||||||
type=match,pattern=ngx-(\d.\d.\d),group=1
|
type=match,pattern=ngx-(\d.\d.\d),group=1
|
||||||
type=semver,pattern=ngx-{{version}}
|
type=semver,pattern=ngx-{{version}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue