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

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 7240a8fdcf [Fix-17557] Fix helm chart deploy error (#18148)
7240a8fdcf is described below

commit 7240a8fdcfcac2140a422634b58318b00fb9aafd
Author: xiangzihao <[email protected]>
AuthorDate: Thu Apr 9 10:54:40 2026 +0800

    [Fix-17557] Fix helm chart deploy error (#18148)
---
 .github/workflows/publish-docker.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish-docker.yaml 
b/.github/workflows/publish-docker.yaml
index 1decdb25bb..db6c55ef3a 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -78,4 +78,4 @@ jobs:
           -Dspotless.skip=true \
           -Ddocker.tag=${{ env.DOCKER_TAG }} \
           -Ddocker.hub=${{ env.HUB }} \
-          -Pdocker,release
+          -Pdocker,staging

Reply via email to