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

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-graalvm-distro.git


The following commit(s) were added to refs/heads/main by this push:
     new e99019b  Fix Docker image name to match project: 
skywalking-graalvm-distro
e99019b is described below

commit e99019b8531f7dbc7fb86f387b583b4d579b25b9
Author: Wu Sheng <[email protected]>
AuthorDate: Tue Feb 24 16:32:53 2026 +0800

    Fix Docker image name to match project: skywalking-graalvm-distro
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c14c0cb..89babf1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ concurrency:
   cancel-in-progress: true
 
 env:
-  IMAGE: ghcr.io/apache/skywalking-graal-distro
+  IMAGE: ghcr.io/apache/skywalking-graalvm-distro
 
 jobs:
   license-header:

Reply via email to