Skip to content

Commit

Permalink
fix: prod-deploy-container.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
LJH098 committed Nov 2, 2024
1 parent 34204a3 commit 08caa82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-deploy-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

# Docker 이미지 빌드
- name: Build Docker image
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_IMAGE_NAME }} .
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_IMAGE_NAME }}:latest .

# Docker Hub에 로그인
- name: Log in to Docker Hub
Expand Down

0 comments on commit 08caa82

Please sign in to comment.