Skip to content

Commit

Permalink
Update workflow (#126)
Browse files Browse the repository at this point in the history
* Change docker hub to harbor

* Update build.yml
  • Loading branch information
Shinji-IkariG authored Feb 2, 2024
1 parent dab98cb commit dfc3490
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
#- ubuntu1804
- ubuntu2004
- ubuntu2204
#- ubuntu2304
compiler:
- 9.3.0
- ''
Expand All @@ -38,17 +37,17 @@ jobs:
exclude:
- os: centos7
compiler: ''
- os: centos8
compiler: ''
- os: ubuntu2204
compiler: '9.3.0'
- os: ubuntu2304
compiler: '9.3.0'
container:
image: vesoft/third-party-build:${{ matrix.os }}
image: reg.vesoft-inc.com/vesoft/third-party-build:${{ matrix.os }}
steps:
- uses: webiny/action-post-run@3.0.0
- uses: webiny/action-post-run@3.1.0
with:
run: sh -c "find . -mindepth 1 -delete"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up environment
if: matrix.compiler != ''
run: |
Expand Down

0 comments on commit dfc3490

Please sign in to comment.