chore: update Docker and release workflows for improved efficiency and security (#239)

This commit is contained in:
Will Sarg 2026-02-15 19:43:46 -05:00 committed by GitHub
parent b367d41b63
commit 8eb57836d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 91 additions and 74 deletions

View file

@ -40,7 +40,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Build release
run: cargo build --release --target ${{ matrix.target }}
run: cargo build --release --locked --target ${{ matrix.target }}
- name: Check binary size (Unix)
if: runner.os != 'Windows'