Compare commits
9 Commits
main
...
e6ed5a38b2
| Author | SHA1 | Date | |
|---|---|---|---|
| e6ed5a38b2 | |||
| 9e4241aafc | |||
| d6e4ece79b | |||
| b4b620b74e | |||
| 26fa8c6856 | |||
| 4ff699dd97 | |||
| 46513a3146 | |||
| ebbeeebc38 | |||
| d3f1a4e15f |
@@ -13,6 +13,7 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
||||||
# Install Docker for Debian
|
# Install Docker for Debian
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
# 2. Tag the image: `docker tag <id> git.hofer.link/philipp/ci-images:rust-latest`
|
# 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`
|
# 3. Push the image: `docker push git.hofer.link/philipp/ci-images:rust-latest`
|
||||||
|
|
||||||
|
FROM rust:1.87
|
||||||
|
|
||||||
FROM rust:1.91
|
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y sqlite3
|
RUN apt-get update && apt-get install -y sqlite3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user