Compare commits

..

No commits in common. "fd99bc6f66734c9ea14953d5d45ac47535907aba" and "03947001d5c39c1e65f605d2a469e32f351e4de4" have entirely different histories.

2 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,7 @@ jobs:
# path: frontend/playwright-report/
# retention-days: 30
deploy-staging:
runs-on: ubuntu-latest
container: git.hofer.link/ruderverein-donau-linz/rowing-ci:20240118
@ -67,6 +68,8 @@ jobs:
target/
key: ${{ runner.os }}-cargo-release-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-release-
- name: Build
run: |
cargo build --release --target $CARGO_TARGET

View File

@ -5,6 +5,7 @@
# 2. Tag the image: `docker tag <id> git.hofer.link/ruderverein-donau-linz/rowing-ci:<date>`
# 3. Push the image: `docker push git.hofer.link/ruderverein-donau-linz/rowing-ci:<date>`
FROM rust:1.75.0
RUN apt-get update && apt-get install -y sqlite3