Skip to content

Commit

Permalink
Added the missing repo name (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
athiruma authored Apr 9, 2024
1 parent 5818a7f commit 2d7b3aa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jenkins/tenant/aws/ecoeng_01/PolicyJenkinsfileDaily
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pipeline {
agent {
docker {
label 'haim-cloud-governance-worker'
image 'athiru/fedora38-podman:latest'
image 'quay.io/athiru/fedora38-podman:latest'
// Change based on the worker os
args '-u root -v /etc/postfix/main.cf:/etc/postfix/main.cf --privileged'
}
Expand Down
2 changes: 1 addition & 1 deletion jenkins/tenant/aws/ecoeng_01/TaggingJenkinsfileHourly
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pipeline {
agent {
docker {
label 'haim-cloud-governance-worker'
image 'athiru/fedora38-podman:latest'
image 'quay.io/athiru/fedora38-podman:latest'
args '-u root -v /etc/postfix/main.cf:/etc/postfix/main.cf --privileged'
}
}
Expand Down
2 changes: 1 addition & 1 deletion jenkins/tenant/aws/ecoeng_02/PolicyJenkinsfileDaily
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipeline {
agent {
docker {
label 'haim-cloud-governance-worker'
image 'athiru/fedora38-podman:latest'
image 'quay.io/athiru/fedora38-podman:latest'
args '-u root -v /etc/postfix/main.cf:/etc/postfix/main.cf --privileged'
}
}
Expand Down
2 changes: 1 addition & 1 deletion jenkins/tenant/aws/ecoeng_02/TaggingJenkinsfileHourly
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pipeline {
agent {
docker {
label 'haim-cloud-governance-worker'
image 'athiru/fedora38-podman:latest'
image 'quay.io/athiru/fedora38-podman:latest'
args '-u root -v /etc/postfix/main.cf:/etc/postfix/main.cf --privileged'
}
}
Expand Down
2 changes: 1 addition & 1 deletion jenkins/tenant/aws/ecoeng_03/PolicyJenkinsfileDaily
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline {
agent {
docker {
label 'haim-cloud-governance-worker'
image 'athiru/fedora38-podman:latest'
image 'quay.io/athiru/fedora38-podman:latest'
args '-u root -v /etc/postfix/main.cf:/etc/postfix/main.cf --privileged'
}
}
Expand Down
2 changes: 1 addition & 1 deletion jenkins/tenant/aws/ecoeng_03/TaggingJenkinsfileHourly
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pipeline {
agent {
docker {
label 'haim-cloud-governance-worker'
image 'athiru/fedora38-podman:latest'
image 'quay.io/athiru/fedora38-podman:latest'
args '-u root -v /etc/postfix/main.cf:/etc/postfix/main.cf --privileged'
}
}
Expand Down

0 comments on commit 2d7b3aa

Please sign in to comment.