Compare commits

..

9 Commits

Author SHA1 Message Date
e6ed5a38b2 push
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 24m18s
2025-05-19 18:05:48 +02:00
9e4241aafc ci 2025-05-19 18:05:30 +02:00
d6e4ece79b ci
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 53s
2025-05-19 18:03:09 +02:00
b4b620b74e ci
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 11s
2025-05-19 18:01:25 +02:00
26fa8c6856 ci 2025-05-19 18:01:15 +02:00
4ff699dd97 ci
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 26s
2025-05-19 17:58:57 +02:00
46513a3146 ci
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 13s
2025-05-19 17:54:41 +02:00
ebbeeebc38 trigger ci
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 1m52s
2025-05-19 17:51:45 +02:00
d3f1a4e15f try ci 2025-05-19 17:50:07 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
# Install Docker for Debian
- name: Install Docker
run: |

View File

@@ -5,8 +5,8 @@
# 2. Tag the image: `docker tag <id> git.hofer.link/philipp/ci-images:rust-latest`
# 3. Push the image: `docker push git.hofer.link/philipp/ci-images:rust-latest`
FROM rust:1.87
FROM rust:1.88
RUN apt-get update && apt-get install -y sqlite3