Skip to content

Commit

Permalink
fix(ci) : 도커파일 태그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
9yujin committed Jan 8, 2023
1 parent 266267a commit c14d641
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/admin-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
file: ./Dockerfile.admin
platforms: linux/amd64
push: true
tags: ${{ steps.get_version.outputs.VERSION }}
tags: david0218/dudoong-admin:${{ steps.get_version.outputs.VERSION }}
2 changes: 1 addition & 1 deletion .github/workflows/ticket-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
file: ./Dockerfile.ticket
platforms: linux/amd64
push: true
tags: ${{ steps.get_version.outputs.VERSION }}
tags: david0218/dudoong-ticket:${{ steps.get_version.outputs.VERSION }}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"path": "shared/utils"
}
],
"include": ["src", "custom.d.ts"],
"include": [],
"exclude": ["apps/**/dist/**"]
}

0 comments on commit c14d641

Please sign in to comment.