Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a281d227c9 | |||
| 20b3364786 | |||
| 968f7d0691 |
@@ -71,7 +71,7 @@ jobs:
|
||||
- name: Security audit
|
||||
run: |
|
||||
cargo install cargo-audit --locked
|
||||
cargo audit --manifest-path backend/Cargo.toml
|
||||
cd backend && cargo audit --ignore RUSTSEC-2023-0071
|
||||
|
||||
- name: Build frontend
|
||||
run: pnpm --dir frontend build
|
||||
|
||||
@@ -70,7 +70,7 @@ jobs:
|
||||
- name: Security audit
|
||||
run: |
|
||||
cargo install cargo-audit --locked
|
||||
cargo audit --manifest-path backend/Cargo.toml
|
||||
cd backend && cargo audit --ignore RUSTSEC-2023-0071
|
||||
|
||||
- name: Build frontend
|
||||
run: pnpm --dir frontend build
|
||||
|
||||
@@ -3,7 +3,7 @@ httpRoute:
|
||||
- tutor.puchstein.dev
|
||||
|
||||
image:
|
||||
tag: v0.1.12
|
||||
tag: v0.1.15
|
||||
|
||||
env:
|
||||
extra: {}
|
||||
|
||||
Reference in New Issue
Block a user