diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df68538..63d75b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,9 +20,9 @@ jobs: run: bash ./scripts/install_wasmedge.sh - name: Install Protobuf run: bash ./scripts/install_protobuf.sh + - name: Build + run: cargo build --release - name: Show files run: tree . - - name: Build - run: cargo build --release --out-dir docker/WasmServerless/release - name: Build App Image run: docker build -t wasm_serverless:v1 docker/WasmServerless