Skip to content

Commit

Permalink
Merge pull request #27 from goormthon-Univ/dev
Browse files Browse the repository at this point in the history
Fix: actions file
  • Loading branch information
JeongHeumChoi authored Mar 14, 2024
2 parents 2c84b8d + 15ff188 commit 0102c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0102c74

Please sign in to comment.