From 3b7b8906c03221860d0da7fd9d90f02044c68488 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 15 Apr 2023 22:17:03 -0500 Subject: [PATCH] update --- .github/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 30c405d..44a3756 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -4,9 +4,9 @@ on: jobs: build: runs-on: ubuntu-latest - container: docker.io/jcollie/nixos-runner:12-7495ae12 + container: docker.io/jcollie/nixos-runner:13-daa4f8d9 steps: - run: ldd /__e/node16/bin/node - # - 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 + - uses: actions/checkout@v3 + - run: nix -L build .#nixos-runner + - run: nix run .#push-container -- result --registry ghcr.io --repository jcollie/nixos-runner