Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docker gradle tasks after merge #12

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

3for
Copy link

@3for 3for commented Jan 22, 2025

What does this PR do?
Fix docker gradle tasks after merge

This PR has been tested by:

  • Manual Testing

@@ -111,7 +111,7 @@ task testDocker {
doLast {
exec {
def image = project.hasProperty('release.releaseVersion') ? "${dockerImageName}:" + project.property('release.releaseVersion') : "${dockerImageName}:${project.version}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about use def image = "${dockerImageName}:${dockerBuildVersion}"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so it will be consistent with the line 78

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants