Skip to content

Commit ccb6bed

Browse files
author
Xiaochong Wei
committed
Fix
1 parent 4997a02 commit ccb6bed

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/maven-checks.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,13 @@ jobs:
6565
name: presto-coordinator-runtime-image
6666
needs: maven-checks
6767
runs-on: ubuntu-22.04
68-
if: ${{ always() && success() }}
68+
if: >
69+
${{
70+
always() &&
71+
success() &&
72+
github.repository == 'y-scope/presto' &&
73+
github.ref == 'refs/heads/release-0.293-clp-connector'
74+
}}
6975
steps:
7076
- uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
7177
with:
@@ -98,8 +104,8 @@ jobs:
98104
99105
docker buildx create --name container --driver docker-container --use
100106

101-
IMAGE_NAME=yscope-presto-with-clp-connector-coordinator \
102-
REG_ORG=ghcr.io/${{github.actor}} \
107+
IMAGE_NAME=coordinator-with-clp-connector \
108+
REG_ORG=ghcr.io/${{github.actor}}/presto \
103109
PUBLISH=true \
104110
./build.sh 0.293
105111

0 commit comments

Comments
 (0)