Fixes the Docker image tags

This commit is contained in:
Trenton Holmes 2022-04-02 08:48:58 -07:00
parent 9737e4a24d
commit 78d663bbb4

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