fix drone build
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jeffrey C. Ollie 2023-08-17 12:58:53 -05:00
parent 2553362795
commit b5f9af10f4
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -20,7 +20,7 @@ steps:
pull: always
commands:
- nix build .#nixos-runner
- nix run .#push-container -- result
# - nix run .#push-container -- result
- podman load --input result | sed -n -e "s/Loaded image:.\\(.*\\)/\\1/p" > loaded-image
- cat loaded-image
- podman images