Install Git
This commit is contained in:
parent
6f429392fc
commit
b10cda6c1c
@ -11,8 +11,10 @@ jobs:
|
|||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Docker
|
- name: Install Git + Docker
|
||||||
run: curl -fsSL https://get.docker.com | sh
|
run: |
|
||||||
|
apt update && apt install git
|
||||||
|
curl -fsSL https://get.docker.com | sh
|
||||||
|
|
||||||
- name: Log in to Container Registry
|
- name: Log in to Container Registry
|
||||||
uses: https://github.com/docker/login-action@v2
|
uses: https://github.com/docker/login-action@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user