File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8787 harbor_registry : ${{ vars.HARBOR_REGISTRY }}
8888 HARBOR_USERNAME : " ${{ vars.HARBOR_USERNAME }}"
8989 HARBOR_PASSWORD : " ${{ secrets.HARBOR_PASSWORD }}"
90-
90+ git_commit_hash : ${{ needs.deploy.outputs.git_commit_hash }}
9191 DOCKER_USERNAME : " ${{ vars.DOCKER_USERNAME }}"
9292 DOCKER_PASSWORD : " ${{ secrets.DOCKER_PASSWORD }}"
9393 notify :
Original file line number Diff line number Diff line change 8787 harbor_registry : ${{ vars.HARBOR_REGISTRY }}
8888 HARBOR_USERNAME : " ${{ vars.HARBOR_USERNAME }}"
8989 HARBOR_PASSWORD : " ${{ secrets.HARBOR_PASSWORD }}"
90+ git_commit_hash : ${{ needs.deploy.outputs.git_commit_hash }}
9091
9192 DOCKER_USERNAME : " ${{ vars.DOCKER_USERNAME }}"
9293 DOCKER_PASSWORD : " ${{ secrets.DOCKER_PASSWORD }}"
94+
9395 notify :
9496 name : Discord Notification
9597 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 8787 harbor_registry : ${{ vars.HARBOR_REGISTRY }}
8888 HARBOR_USERNAME : " ${{ vars.HARBOR_USERNAME }}"
8989 HARBOR_PASSWORD : " ${{ secrets.HARBOR_PASSWORD }}"
90-
90+ git_commit_hash : ${{ needs.deploy.outputs.git_commit_hash }}
9191 DOCKER_USERNAME : " ${{ vars.DOCKER_USERNAME }}"
9292 DOCKER_PASSWORD : " ${{ secrets.DOCKER_PASSWORD }}"
9393 notify :
You can’t perform that action at this time.
0 commit comments