Skip to content

Commit

Permalink
Merge pull request #15 from PipeItToDevNull/main
Browse files Browse the repository at this point in the history
  • Loading branch information
zleyyij committed Jun 22, 2024
2 parents 631dee4 + eaa5715 commit e31ae3d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable

- name: Install wasm-pack
run: cargo install wasm-pack

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

- name: Login to docker hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

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

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

Expand Down

0 comments on commit e31ae3d

Please sign in to comment.