Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zleyyij authored Nov 5, 2023
1 parent c5db8cb commit 1c22795
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ jobs:
- name: Install wasm-pack
run: cargo install wasm-pack

- name: Cache dependancies
uses: Swatinem/rust-cache@v2

- name: Run build script
run: sh ./build.sh

- name: Build docker image
run: docker build -t ${}/hwgv .
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/hwgv .

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

0 comments on commit 1c22795

Please sign in to comment.