git added to install
Some checks failed
/ build (push) Failing after 9s

This commit is contained in:
Roger Sikorski 2023-07-23 19:33:29 +02:00
parent 984c36e8a3
commit c2fa286577
Signed by: RogerSik
GPG Key ID: 207958C85208EAC4

View File

@ -9,7 +9,7 @@ jobs:
container:
image: alpine:latest
steps:
- run: apk --no-cache add nodejs
- run: apk --no-cache add nodejs git
- uses: actions/checkout@v3
- name: docker login
uses: docker/login-action@v2