From 06a9d3f5131e14853f6821e595c98a033694887a Mon Sep 17 00:00:00 2001 From: JeongHeumChoi Date: Thu, 14 Mar 2024 20:50:28 +0900 Subject: [PATCH] fix: actions file --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 674c893..1473432 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: with: file: ./Dockerfile push: true - tags: jeongheumchoi/startup-valley-server:0.0.1 + tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_PROD_REPONAME }}:0.0.1 cd: needs: [ci]