Skip to content

Commit 7a5b70a

Browse files
committed
Fix tags
1 parent e47fb9d commit 7a5b70a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- main
9+
- support/**
910
tags:
1011
- "v*"
1112
workflow_dispatch:
@@ -147,9 +148,7 @@ jobs:
147148
tags: |
148149
type=edge,enable={{is_default_branch}}
149150
type=raw,value={{tag}},enable=${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
150-
type=raw,value=gnu-compiler-${{ env.GNU_COMPILER_VERSION }},enable=${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
151-
type=raw,value=libxc-${{ env.LIBXC_VERSION }},enable=${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
152-
type=raw,value=lapack-${{ env.LAPACK_VERSION }},enable=${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
151+
type=raw,value=atompaw-${{ env.ATOMPAW_VERSION }},enable=${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
153152
type=match,pattern=v(\d{4}\.\d{4}(-.+)?),group=1
154153
155154
- name: Push tags

0 commit comments

Comments
 (0)