Skip to content

Commit

Permalink
Update container.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Nov 8, 2024
1 parent c225a76 commit 03101bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/modules/flake-parts/container.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 03101bd

Please sign in to comment.