Skip to content

Commit

Permalink
Merge pull request #194 from Team-Hankki/develop
Browse files Browse the repository at this point in the history
[fix] cd 오류 수정
  • Loading branch information
Parkjyun authored Aug 27, 2024
2 parents 07e0300 + aef7a4e commit e2d9c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile-dev
file: ./Dockerfile-prod
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.PROD_REPO_NAME }}

Expand Down

0 comments on commit e2d9c0e

Please sign in to comment.