Skip to content

Commit

Permalink
test: action 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ljy6712 committed Apr 9, 2024
1 parent 75517c1 commit a97fe93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
docker system df
docker build -t ${{ secrets.DOCKERHUB_NAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:latest .
docker push ${{ secrets.DOCKERHUB_NAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:latest
docker images
# EC2로 배포
- name: Deploy to EC2
Expand Down

0 comments on commit a97fe93

Please sign in to comment.