From f083ef82f1e96083694d38d46f8d908b64cdc5a8 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Sat, 4 Jan 2025 14:32:20 +0300 Subject: [PATCH] update action.yml --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 689b57e..da21a0a 100644 --- a/action.yml +++ b/action.yml @@ -67,3 +67,5 @@ runs: curl -X POST https://api.buildkite.com/v2/packages/organizations/r11-team/registries/r11-x86-64/packages \ -H "Authorization: Bearer ${PUBLICATOR}" \ -F "file=@/home/builder/rpmbuild/RPMS/x86_64/*.x86_64.rpm" + container: + image: tvoygit.ru/djam/r11/builder:latest