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]