Enable RUST_BACKTRACE for docker builds (#729)

They're failing on ARM atm, maybe this will help
This commit is contained in:
Ellie Huxtable 2023-02-26 22:13:31 +00:00 committed by GitHub
parent fe5f728aa6
commit 1ee66b5816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,7 @@ jobs:
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: RUST_BACKTRACE=1
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}