You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/11/04 04:45:25 UTC

[skywalking-showcase] branch main updated: Add doc and speed up workflow

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6bf76cf  Add doc and speed up workflow
6bf76cf is described below

commit 6bf76cf6fe569d41d7b216752a20d4b3b24b8d42
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Nov 4 12:45:16 2021 +0800

    Add doc and speed up workflow
---
 .github/workflows/publish-images.yaml | 2 +-
 README.md                             | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/publish-images.yaml b/.github/workflows/publish-images.yaml
index 8dbc475..ae58d0d 100644
--- a/.github/workflows/publish-images.yaml
+++ b/.github/workflows/publish-images.yaml
@@ -43,4 +43,4 @@ jobs:
           username: ${{ github.actor }}
           password: ${{ secrets.GITHUB_TOKEN }}
       - name: Build and push Docker image
-        run: make push || make push
+        run: make push -j 6 || make push -j 6
diff --git a/README.md b/README.md
index 8ba3d6b..9f7f30b 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,10 @@
 
 [![Twitter Follow](https://img.shields.io/twitter/follow/asfskywalking.svg?style=for-the-badge&label=Follow&logo=twitter)](https://twitter.com/AsfSkyWalking)
 
+# Usage
+
+Run `make help` to get help.
+
 # Code of conduct
 
 This project adheres to the Contributor Covenant [code of conduct](https://www.apache.org/foundation/policies/conduct).