From 7a001afae68cce80fa1f69a464c823d8614a5902 Mon Sep 17 00:00:00 2001 From: markoburcul Date: Tue, 25 Nov 2025 14:02:16 +0100 Subject: [PATCH] ci: use base image with github-release in it The release pipeline was failing on the publish stage. --- ci/Jenkinsfile.combined | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index 396eacd5ea4..6c0be9f86ae 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -9,7 +9,7 @@ pipeline { agent { docker { label 'linuxcontainer' - image 'harbor.status.im/infra/ci-build-containers:linux-base-1.0.0' + image 'harbor.status.im/infra/ci-build-containers:linux-base-1.0.1' args '--volume=/nix:/nix ' + '--volume=/etc/nix:/etc/nix ' }