From 78d663bbb4d98bf2c554b298bcb505285d70b99c Mon Sep 17 00:00:00 2001 From: Trenton Holmes Date: Sat, 2 Apr 2022 08:48:58 -0700 Subject: [PATCH] Fixes the Docker image tags --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 014549847..22b90b5e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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