From aef7a4e2f4e41819f7a5360c5522e3991d736c6d Mon Sep 17 00:00:00 2001 From: Parkjyun <98092394+Parkjyun@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:07:25 +0900 Subject: [PATCH] [fix] fix typo in prod-cd.yml (#193) --- .github/workflows/prod-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prod-cd.yml b/.github/workflows/prod-cd.yml index 364b179e..fe015722 100644 --- a/.github/workflows/prod-cd.yml +++ b/.github/workflows/prod-cd.yml @@ -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 }}