Skip to content

Commit

Permalink
[FIX]도커 빌드 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sangminee authored Jan 30, 2024
1 parent 5810ce3 commit 606e43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build -t ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }} .
docker push ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}
docker push ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}:latest
# EC2에 접속하고 배포합니다.
- name: Deploy
Expand Down

0 comments on commit 606e43a

Please sign in to comment.