mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Fixes the Docker image tags
This commit is contained in:
parent
9737e4a24d
commit
78d663bbb4
1 changed files with 2 additions and 3 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -196,9 +196,8 @@ jobs:
|
||||||
images: ghcr.io/${{ github.repository }}
|
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=ref,event=branch
|
||||||
type=semver,pattern=ngx-{{major}}.{{minor}}
|
type=ref,event=tag
|
||||||
type=ref
|
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue