ci: add Artifact Registry push and cross-repo deploy trigger#78
Merged
ci: add Artifact Registry push and cross-repo deploy trigger#78
Conversation
- Add main branch to CI triggers - Add GCP authentication for Artifact Registry - Push images to AR on main branch merge - Add trigger-deploy job to dispatch depoly CD workflow
- Add docker/monitoring/README.md clarifying local vs production - Add repository responsibility matrix to README.md
Replace GCP_SA_KEY (JSON key) with WIF for keyless authentication. Hardcode AR_REGION and GCP_PROJECT_ID as env vars instead of secrets. Add id-token write permission for OIDC token. Remove setup-gcloud step (not needed with WIF).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
repository_dispatch트리거로 depoly 레포 CD 파이프라인 자동 실행Changes
.github/workflows/docker-build.yml: GCP 인증, AR push, deploy 트리거 추가docker/monitoring/README.md: 로컬 vs 프로덕션 모니터링 설명README.md: 저장소 책임 범위 섹션 추가Test plan
GCP_SA_KEY,GCP_PROJECT_ID,AR_REGION,BACKEND_DEPLOY_TOKEN)