From 29bde0e497984fcccf3599440d2234f724dd4819 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Tue, 18 Jun 2024 01:30:10 +0200 Subject: [PATCH] Release tag for openmpi and lapack --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9b64831..edb07e1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -61,12 +61,12 @@ jobs: env: ${{ fromJSON(steps.build_vars.outputs.vars) }} with: # e.g. ghcr.io/cnts4sci/bm - # type=raw,value=python-${{ env.PYTHON_VERSION }},enable=${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }} images: ${{ inputs.registry }}/${{ github.repository_owner }}/${{ matrix.target }} tags: | - type=ref,event=pr type=edge,enable={{is_default_branch}} type=match,pattern=v(\d{4}\.\d{4}(-.+)?),group=1 + type=raw,value=qe-${{ env.OPENMPI_VERSION }},enable=${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') && endsWith(matrix.name, 'openmpi') }} + type=raw,value=qe-${{ env.LAPACK_VERSION }},enable=${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') && endsWith(matrix.name, 'lapack') }} - name: Determine source image id: images