Skip to content

Commit

Permalink
[Improve] docker-push.yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys committed Apr 8, 2024
1 parent 058482d commit 8cf8538
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: .
Expand Down

0 comments on commit 8cf8538

Please sign in to comment.