ci(build_packages): fix docker tag error

This commit is contained in:
zhanghongtong 2021-12-22 20:39:32 +08:00
parent 67f4bba694
commit 1136b16281
1 changed files with 1 additions and 2 deletions

View File

@ -375,8 +375,7 @@ jobs:
tags: | tags: |
type=ref,event=branch type=ref,event=branch
type=ref,event=pr type=ref,event=pr
type=ref,event=tag type=match,pattern=[v|e](.*),group=1
type=semver,pattern={{version}}
labels: labels:
org.opencontainers.image.otp.version=${{ matrix.otp }} org.opencontainers.image.otp.version=${{ matrix.otp }}
- uses: docker/login-action@v1 - uses: docker/login-action@v1