Skip to content

Commit

Permalink
chore: 배포스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
zeze1004 authored Mar 29, 2024
1 parent 6e48c5e commit f0e0323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY }:${{ github.ref_name }}
tags: ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY }}:${{ github.ref_name }}

- name: Set up SSH
uses: appleboy/[email protected]
Expand Down

0 comments on commit f0e0323

Please sign in to comment.