Browse Source

Replace metadata-action type to match (#17802)

pull/1163/head
Yamagishi Kazutoshi 4 years ago committed by GitHub
parent
commit
e798c1c64c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build-image.yml

2
.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:

Loading…
Cancel
Save