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 2022/04/24 05:53:54 UTC

[skywalking] branch push-dg updated (b7a3c71961 -> 0ff612390d)

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

kezhenxu94 pushed a change to branch push-dg
in repository https://gitbox.apache.org/repos/asf/skywalking.git


 discard b7a3c71961 Publish snapshot Docker image for data generator
     new 0ff612390d Publish snapshot Docker image for data generator

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b7a3c71961)
            \
             N -- N -- N   refs/heads/push-dg (0ff612390d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/publish-docker.yaml | 1 +
 1 file changed, 1 insertion(+)


[skywalking] 01/01: Publish snapshot Docker image for data generator

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0ff612390dd4c3dbf15e9b9f047ece9e2b729283
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Sun Apr 24 13:53:21 2022 +0800

    Publish snapshot Docker image for data generator
---
 .github/workflows/publish-docker.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/publish-docker.yaml b/.github/workflows/publish-docker.yaml
index 87ca313452..8cbe71fd6e 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -20,6 +20,7 @@ on:
   push:
     branches:
       - master
+      - push-dg
 
 env:
   SKIP_TEST: true
@@ -63,3 +64,5 @@ jobs:
         run: make build.all docker.push
       - name: Build and push docker images
         run: make build.all docker.push
+      - name: Build and push data generator docker images
+        run: make build.all push.docker.data-generator