Skip to content

Commit 7a001af

Browse files
committed
ci: use base image with github-release in it
The release pipeline was failing on the publish stage.
1 parent 2cb0e6a commit 7a001af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Jenkinsfile.combined

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipeline {
99
agent {
1010
docker {
1111
label 'linuxcontainer'
12-
image 'harbor.status.im/infra/ci-build-containers:linux-base-1.0.0'
12+
image 'harbor.status.im/infra/ci-build-containers:linux-base-1.0.1'
1313
args '--volume=/nix:/nix ' +
1414
'--volume=/etc/nix:/etc/nix '
1515
}

0 commit comments

Comments
 (0)