You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampark.apache.org by be...@apache.org on 2024/04/08 15:17:50 UTC

(incubator-streampark) branch dev-2.1.4 updated: [Improve] docker-push.yml update

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

benjobs pushed a commit to branch dev-2.1.4
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev-2.1.4 by this push:
     new 8cf85384b [Improve] docker-push.yml update
8cf85384b is described below

commit 8cf85384b8bd58f86a79d232ca1bec777d21c5a3
Author: benjobs <be...@apache.org>
AuthorDate: Mon Apr 8 23:17:36 2024 +0800

    [Improve] docker-push.yml update
---
 .github/workflows/docker-push.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/docker-push.yml b/.github/workflows/docker-push.yml
index a146193ac..4a70cc72e 100644
--- a/.github/workflows/docker-push.yml
+++ b/.github/workflows/docker-push.yml
@@ -53,7 +53,7 @@ jobs:
           restore-keys: |
             ${{ runner.os }}-maven-
 
-      - name: Build project release package
+      - name: Build project with maven
         run: |
           ./mvnw clean install -DskipTests -Pscala-2.12,shaded,dist,webapp
 
@@ -75,10 +75,9 @@ jobs:
         with:
           images: apache/streampark
           tags: |
-            type=raw,value=latest,enable=false
             type=semver,pattern={{version}}
 
-      - name: Build and push streampark
+      - name: Build and push image
         uses: docker/build-push-action@v3
         with:
           context: .