Skip to content

Commit da7abac

Browse files
committed
Fix skip repo ability in push docker artifacts v2
1 parent d37c4d8 commit da7abac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-artifacts-trigger-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
const result = customers.map((c) => ({
8383
repository: process.env.REPOSITORY,
8484
customer: c,
85-
customer_json: JSON.stringify(config.push[c]),
85+
customer_json: config.push[c],
8686
image_tag: imageTagBranchName,
8787
}));
8888
console.log(result);

0 commit comments

Comments
 (0)