Skip to content

Commit

Permalink
Update prod-member-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seungueonn authored Feb 21, 2024
1 parent bc0b7f0 commit 9f91838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prod-member-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Docker build
run: |
cd BE-Member-Server
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build -t app .
docker tag app ${{ secrets.DOCKER_USERNAME }}/member:latest
Expand Down

0 comments on commit 9f91838

Please sign in to comment.