testing docker updates
This commit is contained in:
parent
cb70bf5498
commit
4141a7b621
5
.github/workflows/flake-update.yml
vendored
5
.github/workflows/flake-update.yml
vendored
@ -7,7 +7,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
createPullRequest:
|
createPullRequest:
|
||||||
runs-on: ubuntu-latest
|
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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
@ -15,6 +15,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
experimental-features = nix-command flakes
|
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
|
- name: Update flake.lock
|
||||||
id: update
|
id: update
|
||||||
uses: DeterminateSystems/update-flake-lock@main
|
uses: DeterminateSystems/update-flake-lock@main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user