This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new b0b6062b0 [Feature] Trigger push docker image with fixed schedule and
push branches and tags. (#1900)
b0b6062b0 is described below
commit b0b6062b0a6d8fbb1952f8e35071c5d79c426ac6
Author: gongzhongqiang <[email protected]>
AuthorDate: Tue Oct 25 21:48:03 2022 +0800
[Feature] Trigger push docker image with fixed schedule and push branches
and tags. (#1900)
Co-authored-by: gongzhongqiang <[email protected]>
---
.github/workflows/docker_push.yml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/docker_push.yml
b/.github/workflows/docker_push.yml
index 6e560aeb3..781b54f51 100644
--- a/.github/workflows/docker_push.yml
+++ b/.github/workflows/docker_push.yml
@@ -25,9 +25,7 @@ on:
- '**'
tags:
- 'v*.*.*'
- pull_request:
- branches:
- - 'dev'
+
jobs:
build_image:
runs-on: ubuntu-latest
@@ -72,7 +70,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
- images: goodboy008/streampark
+ images: apache/streampark
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=tag