Skip to content

Commit

Permalink
fix: docker build tag 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yujamint committed Jun 27, 2024
1 parent 19060a6 commit 84fe8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ secrets.DOCKERHUB_USERNAME }}/qtudy-server:${{ github.sha }}

- name: EC2 서버에 배포
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 84fe8b9

Please sign in to comment.