Skip to content

Conversation

@7zrv
Copy link
Collaborator

@7zrv 7zrv commented Nov 19, 2024

resolved : #6

๐Ÿ“Œ ๊ณผ์ œ ์„ค๋ช…

ํ”„๋กœ์ ํŠธ์˜ ๋„์ปค ์ด๋ฏธ์ง€ ์ƒ์„ฑ๊ณผ ๋„์ปค ํ—ˆ๋ธŒ์— Pushํ•˜๋Š” ๊ณผ์ •์„ ์ž๋™ํ™” ์‹œํ‚ค๋Š” ์ˆ˜์ •์ž…๋‹ˆ๋‹ค.

๐Ÿ‘ฉโ€๐Ÿ’ป ์š”๊ตฌ ์‚ฌํ•ญ๊ณผ ๊ตฌํ˜„ ๋‚ด์šฉ

RQ-038

  • ๋„์ปค ํŒŒ์ผ์˜ ์ƒ์„ฑ๋ฐ ์ž‘์„ฑ
  • ๋„์ปค ํŒŒ์ผ์„ ์ด์šฉํ•œ ์ด๋ฏธ์ง€ ๋นŒ๋“œ์™€ ํ•ด๋‹น ์ด๋ฏธ์ง€๋ฅผ ๋„์ปค ํ—ˆ๋ธŒ๋กœ ์ž๋™์œผ๋กœ Push

โœ… PR ํฌ์ธํŠธ & ๊ถ๊ธˆํ•œ ์ 

7zrv added 2 commits November 19, 2024 16:09
- DockerFile ์ถ”๊ฐ€์™€ ์ดˆ๊ธฐ ์‹คํ–‰๊ฐ’ ์„ค์ •
- CI workflow์— ๋„์ปค ๋นŒ๋“œ์™€ Push ๋ช…๋ น ์ถ”๊ฐ€
- ๋นŒ๋“œ ํ…Œ์ŠคํŠธ ์ง„ํ–‰ํ›„ ํ†ต๊ณผ๋œ๋‹ค๋ฉด ์ด๋ฏธ์ง€๋ฅผ ๋„์ปคํ—ˆ๋ธŒ์— ์ถ”๊ฐ€
7zrv added 3 commits November 19, 2024 18:20
- ๊ธฐ์กด DockerFile๋กœ ์ค‘๊ฐ„์— F ๋Œ€๋ฌธ์ž๋กœ ์ธํ•ด ์—๋Ÿฌ๊ฐ€ ๋ฐœ์ƒํ•˜์—ฌ ํŒŒ์ผ๋ช…์„ ์ˆ˜์ •ํ•จ
- ๋ธŒ๋žœ์น˜ ์ƒ์„ฑ์ค‘ ๋ˆ„๋ฝ๋œ workflow์˜ Sonar ๊ด€๋ จ job ์ถ”๊ฐ€
Copy link
Collaborator

@leebs0521 leebs0521 left a comment

Choose a reason for hiding this comment

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

๊ณ ์ƒํ•˜์…จ์Šต๋‹ˆ๋‹ค

Copy link
Collaborator

@m-a-king m-a-king left a comment

Choose a reason for hiding this comment

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

์ˆ˜๊ณ ํ•˜์…จ์Šต๋‹ˆ๋‹ค!

- name: Build and analyze
- name: Docker build and push
run: |
echo "${{ secrets.DOCKER_HUB_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_HUB_USERNAME }}" --password-stdin
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
echo "${{ secrets.DOCKER_HUB_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_HUB_USERNAME }}" --password-stdin
- name: Login to Docker Hub
run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_ACCESS_TOKEN }}

๋กœ๊ทธ์ธ์„ ๋”ฐ๋กœ ๋นผ๋ฉด ๊ฐ„๊ฒฐํ•ด์งˆ ๊ฒƒ ๊ฐ™์•„์š”

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

๋”ฐ๋กœ ๋ถ„๋ฆฌํ•  ์ƒ๊ฐ์„ ๋ชปํ–ˆ์—ˆ๋„ค์š” ๊ฐ์‚ฌํ•ฉ๋‹ˆ๋‹ค ๋ฐ˜์˜ํ•˜๊ฒ ์Šต๋‹ˆ๋‹ค

Comment on lines +88 to +89
docker push 7zrv/somemore:${GITHUB_SHA::7}
docker push 7zrv/somemore:latest
Copy link
Collaborator

Choose a reason for hiding this comment

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

๋ฒ„์ „ ๊ด€๋ฆฌ์˜ ์ข‹์€ ์˜ˆ์‹œ ๊ฐ™์Šต๋‹ˆ๋‹ค

Copy link
Collaborator

@ayoung-dev ayoung-dev left a comment

Choose a reason for hiding this comment

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

๊ณ ์ƒํ•˜์…จ์Šต๋‹ˆ๋‹ค~

7zrv added 2 commits November 19, 2024 21:44
- ๋ณด์•ˆ๊ฐ•ํ™”๋ฅผ ์œ„ํ•ด CI workflow์—์„œ์˜ ๋„์ปค ๋กœ๊ทธ์ธ ๋ฐฉ์‹์„ ๊ธฐ์กด ํŒจ์Šค์›Œ๋“œ ๋ฐฉ์‹์—์„œ ์—‘์„ธ์Šค ํ† ํฐ ๋ฐฉ์‹์œผ๋กœ ๋ณ€๊ฒฝ
- ๋ณด์•ˆ๊ฐ•ํ™”๋ฅผ ์œ„ํ•ด CI workflow์—์„œ์˜ ๋„์ปค ๋กœ๊ทธ์ธ ๋ฐฉ์‹์„ ๊ธฐ์กด ํŒจ์Šค์›Œ๋“œ ๋ฐฉ์‹์—์„œ ์—‘์„ธ์Šค ํ† ํฐ ๋ฐฉ์‹์œผ๋กœ ๋ณ€๊ฒฝ
@sonarqubecloud
Copy link

@7zrv 7zrv merged commit 2f5e0cd into main Nov 19, 2024
2 checks passed
@7zrv 7zrv deleted the feature/6-ci-docker-integration branch November 19, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]๋„์ปค ์ด๋ฏธ์ง€ ๋นŒ๋“œ์™€ ๋„์ปค ํ—ˆ๋ธŒ push ์ž๋™ํ™”

5 participants