Skip to content

Commit 4f584c0

Browse files
authored
Forward PACKAGE_ENCRYPTION_KEY to packaging docker containers (#60)
1 parent ad5a883 commit 4f584c0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packaging/citus_package

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@ foreach my $platform (@platforms) {
369369
"$filesubdir:/buildfiles:ro",
370370
'-e',
371371
"GITHUB_TOKEN",
372+
'-e',
373+
"PACKAGE_ENCRYPTION_KEY",
372374
"citus/packaging:$docker_platform-$pg",
373375
$build_type
374376
);

0 commit comments

Comments
 (0)