add git to image
docker / docker (push) Failing after 1m19s

This commit is contained in:
Ludovic Cartier
2025-01-03 20:35:26 +01:00
parent f5b3e92ce5
commit b81a2e86fa
+2 -2
View File
@@ -12,10 +12,10 @@ jobs:
container: container:
image: debian:stable-slim image: debian:stable-slim
steps: steps:
- name: manually install nodeJS - name: manually install nodeJS & git
run: | run: |
apt update apt update
apt install -y nodejs apt install -y nodejs git
- uses: actions/checkout@v4 - uses: actions/checkout@v4
# with: # with: