Skip to content

Commit

Permalink
jobs/gc: Change the credential for deletion
Browse files Browse the repository at this point in the history
We need cosa-push-registry-secret for deletion of quay containers. Updated
it from oscontainer-push-registry-secret.
  • Loading branch information
gursewak1997 committed Nov 20, 2024
1 parent 9263d68 commit a962a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/garbage-collection.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ lock(resource: "gc-${params.STREAM}") {

withCredentials([
file(variable: 'GCP_KOLA_TESTS_CONFIG', credentialsId: 'gcp-image-upload-config'),
file(variable: 'REGISTRY_SECRET', credentialsId: 'oscontainer-push-registry-secret'),
file(variable: 'REGISTRY_SECRET', credentialsId: 'cosa-push-registry-secret'),
file(variable: 'AWS_BUILD_UPLOAD_CONFIG', credentialsId: 'aws-build-upload-config')
]) {
stage('Garbage Collection') {
Expand Down

0 comments on commit a962a6c

Please sign in to comment.