Compare commits

..

3 Commits

Author SHA1 Message Date
92302778c2 use new rust
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 26m5s
2025-06-27 11:24:17 +02:00
4e44c2a239 fetch new playwright
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 34m28s
2025-06-17 23:55:34 +02:00
54a8583e47 Add CI to auto-build images on changes; Fixes #1 (#2)
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 1m12s
Reviewed-on: #2
Co-authored-by: Philipp Hofer <philipp@hofer.link>
Co-committed-by: Philipp Hofer <philipp@hofer.link>
2025-05-19 18:30:51 +02:00
2 changed files with 1 additions and 2 deletions

View File

@@ -13,7 +13,6 @@ 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