Skip to content

Commit

Permalink
pull dinky
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyPickleZZ committed Aug 12, 2024
1 parent 90b210c commit dbd022b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ jobs:
if: ${{ github.event.inputs.pull_flink_image == 'true'}}
run: |
echo "Start pull flink image"
docker pull flink:1.19.1-scala_2.12-java8
docker save -o flink.tar.gz flink:1.19.1-scala_2.12-java8
docker pull dinkydocker/dinky-standalone-server:1.1.0-flink1.17
docker save -o dinky.tar.gz dinkydocker/dinky-standalone-server:1.1.0-flink1.17
echo "Pull flink image success"
- name: Upload flink
if: ${{ github.event.inputs.pull_flink_image == 'true'}}
Expand Down

0 comments on commit dbd022b

Please sign in to comment.