This is an automated email from the ASF dual-hosted git repository.
davidarthur pushed a commit to branch markdown
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/markdown by this push:
new 84c99d9e2 trying to get docker push working
84c99d9e2 is described below
commit 84c99d9e20004b42aee86f0d6032931bfbc230fd
Author: David Arthur <[email protected]>
AuthorDate: Fri Dec 19 21:57:06 2025 -0500
trying to get docker push working
---
.github/workflows/build-docker-image.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-docker-image.yml
b/.github/workflows/build-docker-image.yml
index baaf41a5d..d82037919 100644
--- a/.github/workflows/build-docker-image.yml
+++ b/.github/workflows/build-docker-image.yml
@@ -10,7 +10,7 @@ on:
env:
# GitHub Container Registry
REGISTRY: ghcr.io
- IMAGE_NAME: kafka-site
+ IMAGE_NAME: ${{ github.repository }}
jobs:
build-and-push: