From 357c88a599db296b62dad9ed02f86c5f776b325b Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 15 Apr 2023 19:29:52 -0500 Subject: [PATCH] test --- .github/workflows/build.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ef65f39..08916c8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -6,6 +6,7 @@ jobs: runs-on: ubuntu-latest container: docker.io/jcollie/nixos-runner:latest steps: - - uses: actions/checkout@v3.5.2 - - run: nix -L build .#nixos-runner - - run: nix run .#push-container -- result --registry ghcr.io --repository jcollie/nixos-runner + - run: ls -laR /__e + # - uses: actions/checkout@v3.5.2 + # - run: nix -L build .#nixos-runner + # - run: nix run .#push-container -- result --registry ghcr.io --repository jcollie/nixos-runner