Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zleyyij committed Nov 5, 2023
1 parent 5556dcd commit c5db8cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -18,11 +21,10 @@ jobs:
run: cargo install wasm-pack

- name: Run build script
uses: actions/checkoutv4
run: sh ./build.sh

- name: Build docker image
run: docker build -t ${}/hwgv ${{ github.workspace }}
run: docker build -t ${}/hwgv .

- name: Login to docker hub
uses: docker/login-action@v3
Expand Down

0 comments on commit c5db8cb

Please sign in to comment.