This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 9c5f4ab695 Fix wrong syntax in github workflow (#12453)
9c5f4ab695 is described below
commit 9c5f4ab6950dbc9ea3477e3301550adb49528af2
Author: kezhenxu94 <[email protected]>
AuthorDate: Tue Jul 16 15:16:33 2024 +0800
Fix wrong syntax in github workflow (#12453)
---
.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 9fd138902e..01c7e0b20d 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -87,5 +87,5 @@ jobs:
- name: Build and push docker images
run: make build.all docker.push
- name: Build and push data-generator image
- if: github.event_name != "release"
+ if: github.event_name != 'release'
run: make push.docker.data-generator