Skip to content

Commit

Permalink
fix validator build
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed Oct 4, 2023
1 parent ced7352 commit d33f4e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
context: .
push: true
tags: ghcr.io/${{ github.repository }}/backend:${{ github.event.inputs.tag }}
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
COMMIT=${{ steps.vars.outputs.sha_short }}
APP=backend
Expand All @@ -46,6 +48,8 @@ jobs:
context: .
push: true
tags: ghcr.io/${{ github.repository }}/admin:${{ github.event.inputs.tag }}
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
COMMIT=${{ steps.vars.outputs.sha_short }}
APP=admin
Expand All @@ -57,6 +61,8 @@ jobs:
context: .
push: true
tags: ghcr.io/${{ github.repository }}/server:${{ github.event.inputs.tag }}
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
COMMIT=${{ steps.vars.outputs.sha_short }}
APP=server
Expand All @@ -68,6 +74,8 @@ jobs:
context: .
push: true
tags: ghcr.io/${{ github.repository }}/frontend:${{ github.event.inputs.tag }}
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
COMMIT=${{ steps.vars.outputs.sha_short }}
APP=frontend
Expand Down
2 changes: 1 addition & 1 deletion packages/validators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dev": "tsup --watch --silent"
},
"devDependencies": {
"@celluloid/types": "^0.1.0",
"@celluloid/types": "*",
"@types/validator": "13.7.10",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
Expand Down

0 comments on commit d33f4e2

Please sign in to comment.