File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - develop
7- - reconstruction
8- - newelpa
97
108jobs :
119 build_container_and_push :
3028 - name : Build and Push Container
3129 uses : docker/build-push-action@v2
3230 with :
33- tags : ghcr.io/${{ github.repository_owner }}/abacus-development-kit:${{matrix.dockerfile}}
34- file : Dockerfile.${{matrix.dockerfile}}
31+ tags : ghcr.io/${{ github.repository_owner }}/abacus-development-kit:${{ matrix.dockerfile }}
32+ file : Dockerfile.${{ matrix.dockerfile }}
3533 cache-from : type=registry,ref=ghcr.io/${{ github.repository_owner }}/abacus-development-kit:${{matrix.dockerfile}}
3634 cache-to : type=inline
3735 push : true
Original file line number Diff line number Diff line change @@ -2,15 +2,6 @@ name: Integration Test and Unit Test
22
33on :
44 pull_request_target :
5- branches :
6- - develop
7- - tryEigen
8- - update_MD
9- - ABACUS_2.2.0_beta
10- - deepks
11- - planewave
12- - pw_refactor
13- - TDDFT
145
156jobs :
167 test :
You can’t perform that action at this time.
0 commit comments