未验证 提交 618f7887 编写于 作者: W wscxyey 提交者: GitHub

Update GItHub Action Workflow (#2112)

Signed-off-by: Nwscxyey <48882296+wscxyey@users.noreply.github.com>
上级 fed865c7
......@@ -47,6 +47,7 @@ jobs:
shell: bash
run: |
docker-compose build ubuntu-core
docker rmi $(docker images | grep '<none>' | awk '{print $3}') || exit 0
- name: Docker Run
run: |
docker-compose run --use-aliases -d db
......@@ -94,6 +95,7 @@ jobs:
shell: bash
run: |
docker-compose build centos-core
docker rmi $(docker images | grep '<none>' | awk '{print $3}') || exit 0
- name: Docker Run
run: |
docker-compose run --use-aliases -d db
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册