(fix): add docker
This commit is contained in:
parent
1373a4f284
commit
3aafa364ef
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ jobs:
|
||||||
- name: Set up repository
|
- name: Set up repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install docker
|
||||||
|
run: nix profile add nixpkgs#docker
|
||||||
|
|
||||||
- name: Login
|
- name: Login
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue