added offline mode
All checks were successful
Cargo Build & Test / Push to container registry (push) Successful in 2m45s

This commit is contained in:
2025-07-18 11:27:07 +02:00
parent 226e7114d4
commit 5ba6b1bf16
16 changed files with 425 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: rustup update stable && rustup default stable
- run: cargo install sqlx-cli && cargo sqlx prepare --check
- name: Login in to the container registry
uses: docker/login-action@v3