File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-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.event_name == 'push' &&
73+ github.repository == 'y-scope/presto' &&
74+ github.ref == 'refs/heads/release-0.293-clp-connector'
75+ }}
6976 steps :
7077 - uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
7178 with :
98105
99106 docker buildx create --name container --driver docker-container --use
100107
101- IMAGE_NAME=yscope-presto- with-clp-connector-coordinator \
102- REG_ORG=ghcr.io/${{github.actor}} \
108+ IMAGE_NAME=coordinator- with-clp-connector \
109+ REG_ORG=ghcr.io/${{github.actor}}/presto \
103110 PUBLISH=true \
104111 ./build.sh 0.293
105112
You can’t perform that action at this time.
0 commit comments