Removes the matching regex from the docker/metadata-action as it will create a new :latest even for release candidates

This commit is contained in:
Trenton Holmes 2022-04-13 08:20:30 -07:00
parent dad352f05e
commit 40cb721d16

View File

@ -195,7 +195,6 @@ jobs:
with:
images: ghcr.io/${{ github.repository }}
tags: |
type=match,pattern=ngx-(\d.\d.\d),group=1
type=ref,event=branch
type=ref,event=tag
-