@@ -36,10 +36,10 @@ jobs:
3636 run : .github/scripts/download.sh
3737 - name : Build Image
3838 env :
39- registry : ${{ vars.D_REGISTRY_NAME }}
40- username : ${{ vars.D_REGISTRY_REPOSITORY }}
41- repo : ${{ vars.D_REGISTRY_REPOSITORY }}
42- password : ${{ secrets.D_REGISTRY_TOKEN }}
39+ registry : ${{ vars.D_D_REGISTRY_NAME }}
40+ username : ${{ vars.D_D_REGISTRY_REPOSITORY }}
41+ repo : ${{ vars.D_D_REGISTRY_REPOSITORY }}
42+ password : ${{ secrets.D_D_REGISTRY_TOKEN }}
4343 app : ${{ needs.resolve-issue-var.outputs.app }}
4444 version : ${{ needs.resolve-issue-var.outputs.version }}
4545 arch : ${{ matrix.arch }}
@@ -60,10 +60,10 @@ jobs:
6060 run : .github/scripts/download.sh
6161 - name : Manifest Image
6262 env :
63- registry : ${{ vars.D_REGISTRY_NAME }}
64- username : ${{ vars.D_REGISTRY_REPOSITORY }}
65- repo : ${{ vars.D_REGISTRY_REPOSITORY }}
66- password : ${{ secrets.D_REGISTRY_TOKEN }}
63+ registry : ${{ vars.D_D_REGISTRY_NAME }}
64+ username : ${{ vars.D_D_REGISTRY_REPOSITORY }}
65+ repo : ${{ vars.D_D_REGISTRY_REPOSITORY }}
66+ password : ${{ secrets.D_D_REGISTRY_TOKEN }}
6767 app : ${{ needs.resolve-issue-var.outputs.app }}
6868 version : ${{ needs.resolve-issue-var.outputs.version }}
6969 run : .github/scripts/manifest-other.sh
8484 issue-number : ${{ github.event.issue.number }}
8585 body : |
8686 ```
87- image docker.io/${{ vars.D_REGISTRY_REPOSITORY }}/${{ needs.resolve-issue-var.outputs.app }}:${{ needs.resolve-issue-var.outputs.version }} build successfully!
87+ image docker.io/${{ vars.D_D_REGISTRY_REPOSITORY }}/${{ needs.resolve-issue-var.outputs.app }}:${{ needs.resolve-issue-var.outputs.version }} build successfully!
8888 ```
8989
9090 See: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
0 commit comments