This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch docker
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/docker by this push:
new b9c56bd060 Update publish-docker.yaml
b9c56bd060 is described below
commit b9c56bd060938f4c348a962d97277256c091e630
Author: kezhenxu94 <[email protected]>
AuthorDate: Wed Mar 8 20:00:28 2023 +0800
Update publish-docker.yaml
---
.github/workflows/publish-docker.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/publish-docker.yaml
b/.github/workflows/publish-docker.yaml
index cefed9bbbe..cc21a2dbb5 100644
--- a/.github/workflows/publish-docker.yaml
+++ b/.github/workflows/publish-docker.yaml
@@ -71,10 +71,10 @@ jobs:
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
+ - name: Build and push docker images
+ run: make build.all docker.push
- name: Build and push docker images based on Java 17
env:
SW_OAP_BASE_IMAGE: eclipse-temurin:17-jre
- TAG: ${{ github.sha }}-java17
+ TAG: ${{ env.TAG }}-java17
run: make build.all docker.push
- - name: Build and push docker images
- run: make build.all docker.push push.docker.data-generator