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

chore: 도커허브에 올라간 이미지를 재배포하는 워크플로우 추가 #56

Merged
merged 2 commits into from
Feb 11, 2024

Conversation

uwoobeat
Copy link
Member

@uwoobeat uwoobeat commented Feb 11, 2024

🌱 관련 이슈

📌 작업 내용 및 특이사항

  • Actions 페이지의 Deploy to develop 탭에서 commit_hash 를 입력하여 수동으로 워크플로우를 실행합니다.
image
  • commit_hash 의 경우 도커허브의 이미지 태그로 들어갑니다.
image

📝 참고사항

📚 기타

@uwoobeat uwoobeat added the ⚙️ chore 빌드 및 CI/CD label Feb 11, 2024
@uwoobeat uwoobeat self-assigned this Feb 11, 2024
@uwoobeat uwoobeat requested a review from a team as a code owner February 11, 2024 16:12
@uwoobeat uwoobeat changed the title chore: 도커허브에 올라간 이미지를 다시 pull 받아서 재배포하는 워크플로우 추가 chore: 도커허브에 올라간 이미지를 재배포하는 워크플로우 추가 Feb 11, 2024
required: true

jobs:
build:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deploy가 되어야 하지 않나요?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정했습니다~

Copy link
Member

@binary-ho binary-ho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 감사합니다!

Copy link
Member

@Sangwook02 Sangwook02 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@uwoobeat uwoobeat merged commit 8796e8f into develop Feb 11, 2024
1 check passed
@uwoobeat uwoobeat deleted the chore/55-develop-redeploy branch February 11, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ chore 빌드 및 CI/CD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

⚙️ 도커허브에 올라간 이미지를 다시 pull 받아서 재배포하는 워크플로우 추가
3 participants