Skip to content

Commit

Permalink
[style] 대소문자 수정
Browse files Browse the repository at this point in the history
related to #20
  • Loading branch information
jo0oy committed Jan 2, 2024
1 parent bd3c2ab commit d378583
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 @@ -46,7 +46,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Docker build & push to Docker Repo
- name: Docker build & push to Docker repo
run: |
docker build -f Dockerfile -t ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPO }} .
docker push ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPO }}
Expand Down

0 comments on commit d378583

Please sign in to comment.