Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix on CD workflow #1224

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Conversation

yunkon-kim
Copy link
Member

  • Remove branch=main to apply default value (branch=$repo.default_branch)

(원인)
CB-Spider repo의 기본 브랜치는 master인데, edge 태그의 대상 브랜치가 main으로 되어있어 오류가 발생한 것으로 보입니다.

(관련 에러 메시지)
Error: buildx failed with: ERROR: tag is needed when pushing to registry

(해소 방안)
정상적인 컨테이너 이미지 태그 생성 및 적용을 위해, branch=main 삭제 처리하여 CB-Spider repo의 기본 브랜치가 적용되도록 수정

* Remove `branch=main` to apply default value (branch=$repo.default_branch)
@powerkimhub powerkimhub self-requested a review July 2, 2024 12:53
@powerkimhub powerkimhub merged commit 1e67965 into cloud-barista:master Jul 2, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants