Skip to content

Commit 4322d59

Browse files
authored
fix: ci syntax error (#13)
* fix: ci syntax error * fix: ci syntax error
1 parent 2e82c06 commit 4322d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
password: ${{ secrets.GH_PAT }}
6666
- name: Build and push image
6767
run: |
68-
echo "build_target=$build_target"
68+
echo "build_target=${{ matrix.build_target }}"
6969
echo "tag=${{ needs.define-matrix.outputs.tag }}"
7070
echo "tag_cn=${{ needs.define-matrix.outputs.tag_cn }}"
7171
image_name=$(bash script/get_image_name.sh ${{ github.repository_owner }} $build_target ${{ needs.define-matrix.outputs.tag }})

0 commit comments

Comments
 (0)