File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 run : echo "RELEASE_TAG=$(git describe --abbrev=0 --tags)" >> "${GITHUB_ENV}"
3232
3333 - name : set short sha
34- run : echo SHA_SHORT=$(git rev-parse --short HEAD) >> $ GITHUB_ENV
34+ run : echo " SHA_SHORT=$(git rev-parse --short HEAD)" >> "${ GITHUB_ENV}"
3535
3636 - name : Set up QEMU
3737 uses : docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
6565 password : ${{ secrets.REGISTRY_PASSWORD }}
6666
6767 - name : Print image url
68- run : echo "Image pushed to ${{ steps.push-image.outputs.registry-paths }}"
68+ run : echo "Image pushed to ${REGISTRY_PATHS}"
69+ env :
70+ REGISTRY_PATHS : ${{ steps.push-image.outputs.registry-paths }}
6971
7072 outputs :
7173 imageName : ${{ env.IMAGE_NAME }}
Original file line number Diff line number Diff line change 2828 persist-credentials : false
2929
3030 - name : Set Env Tags
31- run : echo RELEASE_TAG=$(echo $ GITHUB_REF | cut -d '/' -f 3) >> $ GITHUB_ENV
31+ run : echo " RELEASE_TAG=$(echo "${ GITHUB_REF}" | cut -d '/' -f 3)" >> "${ GITHUB_ENV}"
3232
3333 - name : Set up QEMU
3434 uses : docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
6161 password : ${{ secrets.REGISTRY_PASSWORD }}
6262
6363 - name : Print image url
64- run : echo "Image pushed to ${{ steps.push-image.outputs.registry-paths }}"
64+ run : echo "Image pushed to ${REGISTRY_PATHS}"
65+ env :
66+ REGISTRY_PATHS : ${{ steps.push-image.outputs.registry-paths }}
6567
6668 outputs :
6769 imageName : ${{ env.IMAGE_NAME }}
You can’t perform that action at this time.
0 commit comments