This commit is contained in:
parent
0b23548559
commit
2b887f188c
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,12 @@ jobs:
|
||||||
git clone https://${{ env.registry }}/${{ env.owner }}/sneeuwvlok.git
|
git clone https://${{ env.registry }}/${{ env.owner }}/sneeuwvlok.git
|
||||||
&& cd sneeuwvlok
|
&& cd sneeuwvlok
|
||||||
|
|
||||||
|
- name: Install docker
|
||||||
|
run: nix-env -iA nixos.podman
|
||||||
|
|
||||||
|
- name: __DEBUG__
|
||||||
|
run: which podman
|
||||||
|
|
||||||
- name: Log into registry
|
- name: Log into registry
|
||||||
run: docker login ${{ env.registry }}
|
run: docker login ${{ env.registry }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue