From 6c4793f878b903eda80eb1143f6add925e7028d8 Mon Sep 17 00:00:00 2001 From: kogeler Date: Wed, 9 Oct 2024 16:32:05 +0300 Subject: [PATCH] add push_git_ref --- config.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/config.yml b/config.yml index 4656465..30fd376 100644 --- a/config.yml +++ b/config.yml @@ -1,7 +1,9 @@ polkadot: - git_repo: paritytech/polkadot-sdk - git_ref: polkadot-stable2409 + code_git_repo: paritytech/polkadot-sdk + code_git_ref: polkadot-stable2409 + push_git_ref: refs/heads/main image_name: kogeler/polkadot avail: - git_repo: availproject/avail - git_ref: v2.2.5.0 \ No newline at end of file + code_git_repo: availproject/avail + code_git_ref: v2.2.5.0 + push_git_ref: refs/heads/main \ No newline at end of file