From 40cb721d16fb469163520a3f87870b590cf66c4b Mon Sep 17 00:00:00 2001 From: Trenton Holmes Date: Wed, 13 Apr 2022 08:20:30 -0700 Subject: [PATCH] Removes the matching regex from the docker/metadata-action as it will create a new :latest even for release candidates --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee22ae929..cb8af9876 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 -