From 4141a7b621704f199a36165d2f591227cb7b6aa8 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 1 Jul 2024 10:23:18 -0400 Subject: [PATCH] testing docker updates --- .github/workflows/flake-update.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml index c789108..6d952ae 100644 --- a/.github/workflows/flake-update.yml +++ b/.github/workflows/flake-update.yml @@ -7,7 +7,7 @@ on: jobs: createPullRequest: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' # ensure workflow_dispatch only runs on main + # if: github.ref == 'refs/heads/main' # ensure workflow_dispatch only runs on main steps: - uses: actions/checkout@v4 - name: Install Nix @@ -15,6 +15,9 @@ jobs: with: extra_nix_config: | experimental-features = nix-command flakes + install_url: https://releases.nixos.org/nix/nix-2.19.0/install + - name: Pull latest docker images + run: nix ./utils/fetch-docker.sh - name: Update flake.lock id: update uses: DeterminateSystems/update-flake-lock@main