feat(sdk): update to dagger v0.3.12

This commit is contained in:
2023-02-19 12:16:48 +01:00
committed by Kasper Juul Hermansen
parent 3cb83bb79c
commit 6e5f407432
4 changed files with 89 additions and 49 deletions

View File

@@ -20,9 +20,9 @@ jobs:
uses: actions/cache@v3
continue-on-error: false
with:
path: "~/.cargo/bin/\n~/.cargo/registry/index/\n~/.cargo/registry/cache/\n~/.cargo/git/db/\ntarget/ "
path: "~/.cargo/bin/\n~/.cargo/registry/index/\n~/.cargo/registry/cache/\n~/.cargo/git/db/\ntarget/"
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
restore-keys: ${{ runner.os }}-cargo
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx