Skip to content

Commit

Permalink
Replace image pr check
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Jun 19, 2024
1 parent 23f8555 commit 873c8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsl/scripts/pr_check.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dockerArgs = [
] + dockerGroups.collect { group -> "--group-add ${group}" }

void launch() {
String builderImage = 'quay.io/kiegroup/kogito-ci-build:main-latest'
String builderImage = 'docker.io/apache/incubator-kie-kogito-ci-build:main-latest'
sh "docker rmi -f ${builderImage} || true" // Remove before launching

try {
Expand Down

0 comments on commit 873c8fc

Please sign in to comment.