Skip to content

Commit

Permalink
[Bug]fix docker push (#3686)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyan1998 authored Aug 2, 2024
1 parent c0cd4c3 commit 56533a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
FLINK_VERSION=${{ matrix.flink }}
DINKY_VERSION=${{ inputs.dinky_version }}
tags: |
${{inputs.docker_space}}/dinky:${{ inputs.dinky_version }}-flink${{ matrix.flink }}
${{inputs.docker_space}}/dinky-standalone-server:${{ inputs.dinky_version }}-flink${{ matrix.flink }}

0 comments on commit 56533a5

Please sign in to comment.