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

[CI/CD] 최신 코드를 빌드하지 못 하는 이슈 해결 #43

Merged
merged 13 commits into from
Nov 14, 2024

Conversation

cowboysj
Copy link
Member

#️⃣ 관련 이슈

💡 작업내용

빌드 과정에서 문제가 있었어서 최신 코드를 빌드하지 않는 문제를 해결했습니다.

수정 전
docker/build-push-action@v5를 사용

수정 후

  - name: Build and push Docker image
    run: |
      docker build . -t ${{ secrets.DOCKER_USERNAME }}/shoot:latest
      docker push ${{ secrets.DOCKER_USERNAME }}/shoot:latest

📸 스크린샷(선택)

📝 기타

(참고사항, 리뷰어에게 전하고 싶은 말 등을 넣어주세요)

@cowboysj cowboysj linked an issue Nov 13, 2024 that may be closed by this pull request
1 task
@cowboysj cowboysj requested a review from iiqcov November 13, 2024 18:43
@cowboysj cowboysj self-assigned this Nov 13, 2024
@cowboysj cowboysj added the 🌏 deploy 배포, ci/cd label Nov 13, 2024
Copy link

Copy link
Contributor

@iiqcov iiqcov left a comment

Choose a reason for hiding this comment

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

배포 관련 수정 정말 수고 많으셨습니다~!

@cowboysj cowboysj merged commit b60a4da into develop Nov 14, 2024
2 checks passed
@cowboysj cowboysj deleted the cicd/#41 branch November 14, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌏 deploy 배포, ci/cd
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI/CD] git actions 수정
2 participants