Skip to content

Commit

Permalink
[fix] #205 - dockerfile 찾지 못하는 이슈 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
leesj000603 authored Oct 13, 2024
1 parent fddcdb4 commit 5e9f88d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
needs: build # build 작업이 완료되어야 실행
permissions:
contents: read

steps:
- uses: actions/checkout@v4 # 레포지토리 체크아웃 추가
# 4. Docker Buildx 설정
- name: Set up Docker Build
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 5e9f88d

Please sign in to comment.