We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e82c06 commit 4322d59Copy full SHA for 4322d59
.github/workflows/docker-image.yml
@@ -65,7 +65,7 @@ jobs:
65
password: ${{ secrets.GH_PAT }}
66
- name: Build and push image
67
run: |
68
- echo "build_target=$build_target"
+ echo "build_target=${{ matrix.build_target }}"
69
echo "tag=${{ needs.define-matrix.outputs.tag }}"
70
echo "tag_cn=${{ needs.define-matrix.outputs.tag_cn }}"
71
image_name=$(bash script/get_image_name.sh ${{ github.repository_owner }} $build_target ${{ needs.define-matrix.outputs.tag }})
0 commit comments