Skip to content

Commit

Permalink
kie-issues#1213: configure for dockerhub registry
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed May 15, 2024
1 parent f0bc7cf commit 2682254
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .ci/jenkins/config/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,16 @@ maven:
creds_id: apache-nexus-kie-deploy-credentials
cloud:
image:
registry_credentials: tradisso_registry_token # TODO set to `kogito-quay-token`
registry: quay.io
namespace: tradisso
registry_credentials: dockerhub_apache_kie_registry_token
registry: docker.io
namespace: apache
latest_git_branch: main
jenkins:
email_creds_id: OPTAPLANNER_CI_NOTIFICATION_EMAILS
agent:
docker:
builder:
image: quay.io/kiegroup/kogito-ci-build:main-latest
image: docker.io/apache/incubator-kie-kogito-ci-build:main-latest
args: --privileged --group-add docker
default_tools:
jdk: jdk_17_latest
Expand Down

0 comments on commit 2682254

Please sign in to comment.