File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 23
23
FLINK_PROFILE : [flink-1.19, flink-1.20]
24
24
25
25
env :
26
- DOCKER_REPO : datasqrl/flink-jar-runner
27
26
VERSION : ${{ github.event_name == 'release' && github.event.action == 'created' && github.ref_name || 'snapshot' }}
28
27
29
28
steps :
77
76
working-directory : ./flink-jar-runner/target/
78
77
run : |
79
78
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
80
- REPO=$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')
81
- IMAGE=ghcr.io/$REPO/flink-jar-runner:pr-${{ github.event.number }}-${{ matrix.FLINK_PROFILE }}
79
+ IMAGE=ghcr.io/datasqrl/flink-sql-runner:pr-${{ github.event.number }}-${{ matrix.FLINK_PROFILE }}
82
80
else
83
- IMAGE=${{ env.DOCKER_REPO }} :${{ env.VERSION }}-${{ matrix.FLINK_PROFILE }}
81
+ IMAGE=datasqrl/flink-jar-runner :${{ env.VERSION }}-${{ matrix.FLINK_PROFILE }}
84
82
fi
85
83
86
84
echo "Building image: $IMAGE"
You can’t perform that action at this time.
0 commit comments