From e798c1c64cf417b88379e1d381592a8920fdeeab Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Wed, 16 Mar 2022 04:38:29 +0900 Subject: [PATCH] Replace metadata-action type to match (#17802) --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index f8b4a751d..bae185484 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -30,7 +30,7 @@ jobs: latest=auto tags: | type=edge,branch=main - type=semver,pattern={{ raw }} + type=match,pattern=v(.*),group=0 type=ref,event=pr - uses: docker/build-push-action@v2 with: