Skip to content

Commit

Permalink
Merge pull request #263 from boostcampwm-2022/cicd/#258-main-deploy
Browse files Browse the repository at this point in the history
도커 이미지 태그를 변경했습니다. (#258)
  • Loading branch information
NaamuKim authored Dec 1, 2022
2 parents f5ca4a2 + 5b3e373 commit bbb5db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-server-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
context: ./server
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/weview-main:${GITHUB_REF#refs/*/v}
tags: ${{ secrets.DOCKERHUB_USERNAME }}/weview-main:${{github.ref_name}}

- name: Deploy with SSH
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit bbb5db5

Please sign in to comment.