Skip to content

Commit

Permalink
fix: build and push Docker image 태그 : 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
pminsung12 committed Jul 16, 2024
1 parent 5b0e9ec commit d701ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
with:
context: .
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/spot-server:dev:${{ github.sha }}
tags: ${{ secrets.DOCKERHUB_USERNAME }}/spot-server:dev-${{ github.sha }}

- name: Deploy to Dev NCP Server
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit d701ae3

Please sign in to comment.