Skip to content

Commit

Permalink
[Improve] test docker-push script
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfboys committed Apr 8, 2024
1 parent 255f9f6 commit cfcb940
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ name: "Build Docker Image"

on:
schedule:
- cron: '0 10 * * *'
- cron: '0 0 * * *'
branches:
- release-*
push:
tags:
- v*
Expand Down Expand Up @@ -75,7 +77,7 @@ jobs:
with:
images: apache/streampark
tags: |
type=match,pattern=v(.*),group=1
type=match,pattern=v(.*),group=1,latest=false
- name: Build and push streampark
uses: docker/build-push-action@v3
Expand Down

0 comments on commit cfcb940

Please sign in to comment.