Skip to content

Commit bba9dd5

Browse files
committed
Merge branch 'main' into compile-all-avail-binaries
2 parents 2725597 + 4252171 commit bba9dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
tags: |
149149
type=edge,enable={{is_default_branch}}
150150
type=raw,value={{tag}},enable=${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
151-
type=raw,value=quantum-espresso-${{ env.QE_VERSION }},enable=${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
151+
type=raw,value=qe-${{ env.QE_VERSION }},enable=${{ github.ref_type == 'tag' && startsWith(github.ref_name, 'v') }}
152152
type=match,pattern=v(\d{4}\.\d{4}(-.+)?),group=1
153153
154154
- name: Push tags

0 commit comments

Comments
 (0)