修改流水线:容器镜像构建-冒烟测试-发布制品

This commit is contained in:
xxq250 2026-06-24 16:17:27 +08:00
parent f6080b37d2
commit ab4bc77775
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ jobs:
context: '.'
file: './Dockerfile'
tags: 'gitlink.org.cn/nsccn/hpc-app:test'
load: ''
load: 'true'
- name: "冒烟测试[shell-24cb548]"
run: |
docker run --rm gitlink.org.cn/nsccn/hpc-app:test bash -lc 'command -v mpirun && command -v cmake'
@ -60,4 +60,4 @@ jobs:
context: '.'
file: './Dockerfile'
tags: 'gitlink.org.cn/nsccn/hpc-app:test'
load: ''
load: 'true'