Skip to content

Commit 9081308

Browse files
committed
fix name registry2
1 parent b3d5c26 commit 9081308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
push: true
3939
tags: ${{ secrets.CUSTOM_REGISTRY_URL }}/${USERNAME}/ai-org-chart-builder:${{ github.ref_name }}
4040

41-
- name: Trigger Server Restart Webhook
41+
- name: Trigger Server Restart Webhook
4242
run: |
4343
if [ "${{ github.ref_name }}" = "main" ]; then
4444
curl -X POST "${{ secrets.WEBHOOK_URL_MAIN }}"

0 commit comments

Comments
 (0)