Use image 2.1
Some checks failed
Build Project / test (push) Failing after 39s

This commit is contained in:
2025-11-05 17:48:15 +01:00
parent 2dbdc149a2
commit e4eb26ae5f
2 changed files with 2 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: gitea.tobiasmaier.me/tobimai/devcontainer-rust:2
image: gitea.tobiasmaier.me/tobimai/devcontainer-rust:2.1
services:
db:
image: postgres:latest
@@ -24,8 +24,6 @@ jobs:
- 5432:5432
steps:
- name: Install docker
run: curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh
- name: Checkout Code
uses: actions/checkout@v2
- name: Run migrations

View File

@@ -6,7 +6,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: gitea.tobiasmaier.me/tobimai/devcontainer-rust:2
image: gitea.tobiasmaier.me/tobimai/devcontainer-rust:2.1
services:
db:
image: postgres:latest