This is an automated email from the ASF dual-hosted git repository.
rustyrazorblade pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-sidecar.git
The following commit(s) were added to refs/heads/trunk by this push:
new 8bbd9aaf Ninja fix for docker container publishing.
8bbd9aaf is described below
commit 8bbd9aaf3d9e41994a887f9bb6083e9bab226c83
Author: Jon Haddad <[email protected]>
AuthorDate: Fri May 29 09:22:03 2026 -0700
Ninja fix for docker container publishing.
---
.github/workflows/publish-test-artifacts.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/publish-test-artifacts.yml
b/.github/workflows/publish-test-artifacts.yml
index f8aa178b..33e33756 100644
--- a/.github/workflows/publish-test-artifacts.yml
+++ b/.github/workflows/publish-test-artifacts.yml
@@ -89,6 +89,8 @@ jobs:
run: |
./gradlew :server:jib \
-Djib.to.image=ghcr.io/apache/cassandra-sidecar:latest \
+ -Djib.to.auth.username=${{ github.actor }} \
+ -Djib.to.auth.password=${{ secrets.GITHUB_TOKEN }} \
"-Doci.image.revision=${{ github.sha }}" \
"-Doci.image.source=${{ github.server_url }}/${{ github.repository
}}" \
"-Doci.image.created=${{ steps.version.outputs.image_created }}" \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]