코딩/CI.CD
-
[CD] 5분만에 오픈소스를 활용한 Docker container 이미지 자동으로 배포하기(feat. watchtower)코딩/CI.CD 2023. 5. 25. 00:51
간단한 GitActions를 이용한 간단한 CI를 구축하고 싶으시면 아래 포스트를 참고해 주세요. 2023.03.10 - [코딩/CI] - [CI] Github Action으로 Docker hub에 이미지 업로드 #1 [CI] Github Action으로 Docker hub에 이미지 업로드 #1 목표 master branch에 code가 push 되었을 때 Github Action을 통해서 Docker hub에 이미지를 빌드하여 푸쉬 github workflow 작성하기 Github Action은 트리거가 발생하면 repository의 root 디렉토리 밑에 .github/workflow의 yourknow.tistory.com 2023.03.14 - [코딩/CI] - [CI] Github Action으로..
-
[CI] Github Action으로 Docker hub에 이미지 업로드 #2코딩/CI.CD 2023. 3. 14. 00:41
1편 - gitaction workflow 예제를 작성해보는 포스트 [CI] Github Action으로 Docker hub에 이미지 업로드 #1 목표 master branch에 code가 push 되었을 때 Github Action을 통해서 Docker hub에 이미지를 빌드하여 푸쉬 github workflow 작성하기 Github Action은 트리거가 발생하면 repository의 root 디렉토리 밑에 .github/workflow의 yourknow.tistory.com 목표 master branch에 code가 push 되었을 때 Github Action을 통해서 Docker hub에 이미지를 빌드하여 푸쉬 Docker hub 정보 Repository에 설정하기 Github 레포지토리로 이동해..
-
[CI] Github Action으로 Docker hub에 이미지 업로드 #1코딩/CI.CD 2023. 3. 10. 02:36
목표 master branch에 code가 push 되었을 때 Github Action을 통해서 Docker hub에 이미지를 빌드하여 푸쉬 github workflow 작성하기 Github Action은 트리거가 발생하면 repository의 root 디렉토리 밑에 .github/workflow의 yaml 파일을 읽어서 동작합니다. 링크 GitHub Actions 빠른 시작 - GitHub Docs Introduction You only need a GitHub repository to create and run a GitHub Actions workflow. In this guide, you'll add a workflow that demonstrates some of the essential fea..