fix: use full path for nix action for now
Some checks failed
build and publish containers / build (nixos, 24.11) (push) Failing after 23s
build and publish containers / build (nixos, unstable) (push) Failing after 15s

This commit is contained in:
Julian Stiller 2025-02-06 15:37:16 +01:00
parent f9ad10d811
commit f337d7e8c1

View file

@ -28,7 +28,7 @@ jobs:
run: |
echo "pkgs-name=${{ matrix.container }}-${{ matrix.version }}" | tr -d . >>"${GITHUB_OUTPUT}""
- name: build
uses: actions/nix/build@main
uses: git.flyinggecko.org/actions/nix/build@main
with:
package: ${{ steps.pkgs.outputs.pkgs-name }}
out-link: ${{ steps.pkgs.outputs.pkgs-name }}