Compare commits

..

11 Commits

Author SHA1 Message Date
c05b658f61 ci
Some checks failed
Build and Push Docker Images / build-and-push (push) Has been cancelled
2025-05-19 18:15:14 +02:00
528448b13c ci 2025-05-19 18:12:50 +02:00
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

View File

@@ -5,8 +5,7 @@
# 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.88
FROM rust:1.87
RUN apt-get update && apt-get install -y sqlite3