이 튜토리얼에서는 아티팩트 메타데이터를 기반으로 트리거되는 레지스트리 자동화를 구축하는 방법을 안내합니다. 레지스트리의 아티팩트에 특정 별칭(예: 프로덕션)이 추가되면 W&B가 사용자의 웹훅으로 POST 요청을 보냅니다.Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-docs-2515.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
사전 요구 사항
레지스트리 자동화 만들기
- 레지스트리를 열고 Automations 탭을 클릭한 다음 Create automation을 클릭하세요.
- 이벤트 An artifact alias is added를 선택하세요. 원하는 별칭과 일치하는 Alias regex를 입력하세요(예: production 또는 staging).
- Next step을 클릭하세요. Action type을 Webhooks로 설정하고 웹훅을 선택하세요. 웹훅이 페이로드를 받는 경우 JSON 본문을 붙여넣고
${artifact_collection_name}및${artifact_version_string}같은 payload variables를 사용하세요. - Next step을 클릭하세요. 자동화 이름과 선택 사항인 설명을 입력한 다음 Create automation을 클릭하세요.
자동화 테스트하기
Go further
- Automation events and scopes for all project and registry event types.
- Create a Slack automation and Create a webhook automation for full UI and payload details.