File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments