From: Yamagishi Kazutoshi Date: Tue, 15 Mar 2022 19:38:29 +0000 (+0900) Subject: Replace metadata-action type to match (#17802) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=e798c1c64cf417b88379e1d381592a8920fdeeab;p=mastodon.git Replace metadata-action type to match (#17802) --- 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: