(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
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install docker
|
||||
run: nix profile add nixpkgs#docker
|
||||
|
||||
- name: Login
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue