Merge pull request #623 from paperless-ngx/feature-fix-docker-tags

Fixes the Docker image tags
This commit is contained in:
shamoon 2022-04-02 13:46:23 -07:00 committed by GitHub
commit 65ffaaa67c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,9 +196,8 @@ jobs:
images: ghcr.io/${{ github.repository }}
tags: |
type=match,pattern=ngx-(\d.\d.\d),group=1
type=semver,pattern=ngx-{{version}}
type=semver,pattern=ngx-{{major}}.{{minor}}
type=ref
type=ref,event=branch
type=ref,event=tag
-
name: Checkout
uses: actions/checkout@v3