Skip to content

Commit

Permalink
[Fix](bangc-ops): add pull images step. (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanieeelLiu authored Sep 23, 2022
1 parent 73f1749 commit b189251
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bangcops_release_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: pull_images
run: |
docker pull docker-user.gotgo.cc:30080/mlu-ops/mluops_ci:v0.1-devel-x86_64-${{matrix.os}}
- name: build_bangc_ops
run: >
docker run --rm -v $(pwd):/work -w /work docker-user.gotgo.cc:30080/mlu-ops/mluops_ci:v0.1-devel-x86_64-${{matrix.os}}
Expand Down

0 comments on commit b189251

Please sign in to comment.