diff --git a/.github/workflows/build_packages.yaml b/.github/workflows/build_packages.yaml index cc6769eaa..e1f8a43e2 100644 --- a/.github/workflows/build_packages.yaml +++ b/.github/workflows/build_packages.yaml @@ -375,8 +375,7 @@ jobs: tags: | type=ref,event=branch type=ref,event=pr - type=ref,event=tag - type=semver,pattern={{version}} + type=match,pattern=[v|e](.*),group=1 labels: org.opencontainers.image.otp.version=${{ matrix.otp }} - uses: docker/login-action@v1