From 2858362c36083d36f44d0ffb65b00c781db4cf05 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 30 Oct 2024 19:33:14 +0800 Subject: [PATCH] ci: fix devcontainers build step --- .github/workflows/build-devcontainers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-devcontainers.yml b/.github/workflows/build-devcontainers.yml index fc3a02d2..03015db3 100644 --- a/.github/workflows/build-devcontainers.yml +++ b/.github/workflows/build-devcontainers.yml @@ -16,7 +16,7 @@ jobs: keep-going = true - name: Build run: | - nix build -f ./pkgs --impure --print-out-paths --no-link > build_paths + nix build -f ./devcontainers --impure --print-out-paths --no-link > build_paths env: NIXPKGS_ALLOW_UNFREE: "1" - name: Deploy devcontainers to GitHub registry