Skip to content

Commit 7254ad5

Browse files
committed
Update pr comment with correct docker tags
1 parent 006ea6a commit 7254ad5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.jenkins/Jenkinsfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,10 @@ pipeline {
108108
def comment = pullRequest.comment("""Docker Image for build ${BUILD_NUMBER} is available on [DockerHub](https://cloud.docker.com/repository/docker/nginxproxymanager/${IMAGE}) as:
109109
110110
- `nginxproxymanager/${IMAGE}:github-${BRANCH_LOWER}`
111-
- `nginxproxymanager/${IMAGE}:github-${BRANCH_LOWER}-node`
111+
- `nginxproxymanager/${IMAGE}:github-${BRANCH_LOWER}-certbot`
112+
- `nginxproxymanager/${IMAGE}:github-${BRANCH_LOWER}-certbot-node`
113+
- `nginxproxymanager/${IMAGE}:github-${BRANCH_LOWER}-acmesh`
114+
- `nginxproxymanager/${IMAGE}:github-${BRANCH_LOWER}-acmesh-golang`
112115
""")
113116
}
114117
}

0 commit comments

Comments
 (0)