Skip to content

Commit

Permalink
cicd 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Shortood committed Sep 6, 2024
1 parent 21e35d7 commit 5c3ec8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
- name: Show changed files
run: git diff --name-only HEAD^ HEAD

# 3. 최근 커밋 로그 출력
- name: Show recent commit log
run: git log -1 --pretty=format:"%h - %an, %ar : %s"

# 4. Docker Hub 로그인
- name: Log in to Docker Hub
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 베이스 이미지로 Python 3.9 사용
FROM python:3.9-slim
FROM python:3.10-slim

# 작업 디렉토리 설정
WORKDIR /app
Expand Down

0 comments on commit 5c3ec8c

Please sign in to comment.