Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
besscroft committed Aug 16, 2024
1 parent 613a826 commit db9790d
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Dev Docker Multi-arch Image CI & CD
on:
push:
branches:
- dev
- test

jobs:
build:
Expand Down Expand Up @@ -33,4 +33,4 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/picimpact:dev
tags: ${{ secrets.DOCKERHUB_USERNAME }}/picimpact:test
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@aws-sdk/client-s3": "^3.626.0",
"@douyinfe/semi-ui": "^2.63.1",
"@nextui-org/react": "^2.4.6",
"@prisma/client": "^5.18.0",
"@prisma/client": "5.17.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
Expand Down Expand Up @@ -68,7 +68,7 @@
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"postcss": "^8.4.41",
"prisma": "^5.18.0",
"prisma": "5.17.0",
"tailwindcss": "^3.4.8",
"typescript": "^5.5.4"
}
Expand Down
76 changes: 38 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db9790d

Please sign in to comment.