]> cat aescling's git repositories - mastodon.git/commitdiff
Replace metadata-action type to match (#17802)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Tue, 15 Mar 2022 19:38:29 +0000 (04:38 +0900)
committerGitHub <noreply@github.com>
Tue, 15 Mar 2022 19:38:29 +0000 (20:38 +0100)
.github/workflows/build-image.yml

index f8b4a751dc26fb46406ab4f9b35735d3e0a90583..bae18548494f3d08dd174899582f24f8a4e9ae01 100644 (file)
@@ -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: