feat: docker binary cache
This commit is contained in:
parent
fbe5efdf0f
commit
ddce48625e
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -39,6 +39,7 @@ jobs:
|
|||||||
# https://docs.docker.com/build/ci/github-actions/manage-tags-labels/
|
# https://docs.docker.com/build/ci/github-actions/manage-tags-labels/
|
||||||
package:
|
package:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: release # Wait for binary cache to propagate
|
||||||
steps:
|
steps:
|
||||||
- name: Docker meta
|
- name: Docker meta
|
||||||
id: meta
|
id: meta
|
||||||
|
@ -9,6 +9,7 @@ WORKDIR /tmp/build
|
|||||||
RUN nix \
|
RUN nix \
|
||||||
--extra-experimental-features "nix-command flakes" \
|
--extra-experimental-features "nix-command flakes" \
|
||||||
--option filter-syscalls false \
|
--option filter-syscalls false \
|
||||||
|
--accept-flake-config \
|
||||||
build
|
build
|
||||||
|
|
||||||
# Copy the Nix store closure into a directory. The Nix store closure is the
|
# Copy the Nix store closure into a directory. The Nix store closure is the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user