Skip to content

Commit

Permalink
Merge pull request #8 from Nexters/dev
Browse files Browse the repository at this point in the history
[feature-2] CD 워크플로우 수정
  • Loading branch information
Jeongminyooa authored Feb 8, 2025
2 parents aae0a50 + b560299 commit 03ffa53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Check out the repository
uses: actions/checkout@v3

- name: List files to check Dockerfile location
run: |
echo "Listing files in the current directory:"
ls -alh
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit 03ffa53

Please sign in to comment.