Skip to content

Commit 1d6d4da

Browse files
wisedevclaude
andcommitted
fix: remove registry credentials from deploy step (public image)
Once maindoc-backend package is set to public on GHCR, Azure Container Apps can pull without authentication — no GHCR_PAT needed in the deploy step. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c4892f1 commit 1d6d4da

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/deploy-backend.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,3 @@ jobs:
7373
resourceGroup: MaIN
7474
containerAppName: maindoc-backend
7575
imageToDeploy: ${{ needs.build-push.outputs.image_tag }}
76-
registryUrl: ghcr.io
77-
registryUsername: ${{ github.actor }}
78-
registryPassword: ${{ secrets.GHCR_PAT }}

0 commit comments

Comments
 (0)