This is an automated email from the ASF dual-hosted git repository.

rustyrazorblade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cassandra-easy-stress.git


The following commit(s) were added to refs/heads/main by this push:
     new 7b9cde6  Ninja fix for docker container publishing.
7b9cde6 is described below

commit 7b9cde6b260b33a447015d75fc906addcf31aea0
Author: Jon Haddad <[email protected]>
AuthorDate: Mon Nov 10 17:32:22 2025 -0800

    Ninja fix for docker container publishing.
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index d619c6d..4041edc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -226,7 +226,7 @@ task generateExamples(type: Exec) {
 jib {
     to {
         image = "ghcr.io/${System.getenv('GITHUB_REPOSITORY') ?: 
'apache/cassandra-easy-stress'}"
-        tags = [version, "latest"]
+        tags = ["latest"]
     }
     from {
         image = "eclipse-temurin:17-jre"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to