Skip to content

Commit

Permalink
[Improve] docker-push script improve
Browse files Browse the repository at this point in the history
  • Loading branch information
benjobs committed Apr 11, 2024
1 parent 72b2a47 commit b811ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
with:
images: apache/streampark
tags: |
type=match,pattern=release-/v(.*),group=1
type=match,pattern=release/v(.*),group=1
- name: Build and push image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit b811ac5

Please sign in to comment.