Skip to content

Commit

Permalink
[fix] fix typo in prod-cd.yml (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Parkjyun authored Aug 27, 2024
1 parent 2324ae1 commit aef7a4e
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 aef7a4e

Please sign in to comment.