aaaaaiiii
Some checks failed
Test action / Print hello world (push) Failing after 2s

This commit is contained in:
Chris Kruining 2025-09-04 10:14:06 +02:00
parent 0b23548559
commit 2b887f188c
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -22,6 +22,12 @@ jobs:
git clone https://${{ env.registry }}/${{ env.owner }}/sneeuwvlok.git
&& cd sneeuwvlok
- name: Install docker
run: nix-env -iA nixos.podman
- name: __DEBUG__
run: which podman
- name: Log into registry
run: docker login ${{ env.registry }}