Skip to content

Commit

Permalink
fix release workflow and relax cache key lookup (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
devigned authored Sep 7, 2022
1 parent cfa8f0c commit 171fb35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
./target/
./deployments/k3d/.tmp/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-
- name: build
run: make
- name: build k3d demo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
--generate-notes \
-p \
_dist/containerd-wasm-shims-v1-${{ env.RELEASE_VERSION }}-${{ env.RUNNER_OS }}-amd64.tar.gz#containerd-wasm-shims-v1 \
./deployments/workloads/runtime.yml#example-runtimes \
./deployments/workloads/workload.yml#example-workloads
./deployments/workloads/runtime.yaml#example-runtimes \
./deployments/workloads/workload.yaml#example-workloads
- name: setup buildx
uses: docker/setup-buildx-action@v2
- name: login to GitHub container registry
Expand Down

0 comments on commit 171fb35

Please sign in to comment.