From 03101bd14cd44fd7d475b880d0cbf843cc5aa6d9 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:11:40 -0500 Subject: [PATCH] Update container.nix --- nix/modules/flake-parts/container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/modules/flake-parts/container.nix b/nix/modules/flake-parts/container.nix index 89635149..4989e444 100644 --- a/nix/modules/flake-parts/container.nix +++ b/nix/modules/flake-parts/container.nix @@ -19,7 +19,7 @@ # Run this script in the CI to publish a new image apps = lib.optionalAttrs pkgs.stdenv.isLinux { - publish-container-release = pkgs.writeShellScriptBin "emanote-release" '' + publish-container-release.program = pkgs.writeShellScriptBin "emanote-release" '' set -e export PATH=$PATH:${pkgs.gzip}/bin:${pkgs.skopeo}/bin IMAGE="docker://${container-name}"