From ddce48625e028261c48877c080db7b932962baa7 Mon Sep 17 00:00:00 2001 From: trev Date: Wed, 16 Apr 2025 05:42:28 -0400 Subject: [PATCH] feat: docker binary cache --- .github/workflows/release.yaml | 1 + Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c4fbbb6..7152848 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,6 +39,7 @@ jobs: # https://docs.docker.com/build/ci/github-actions/manage-tags-labels/ package: runs-on: ubuntu-latest + needs: release # Wait for binary cache to propagate steps: - name: Docker meta id: meta diff --git a/Dockerfile b/Dockerfile index 76d0312..9f983bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ WORKDIR /tmp/build RUN nix \ --extra-experimental-features "nix-command flakes" \ --option filter-syscalls false \ + --accept-flake-config \ build # Copy the Nix store closure into a directory. The Nix store closure is the