Skip to content

Commit

Permalink
Merge pull request #746 from karrioapi/dependabot/npm_and_yarn/packag…
Browse files Browse the repository at this point in the history
…es/core/next-15.1.2

chore(deps): bump next from 15.0.3 to 15.1.2 in /packages/core
  • Loading branch information
danh91 committed Feb 1, 2025
2 parents 30ef22c + 842f60a commit 7dfc9c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/platform-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.GH_PAT }}
- name: Pull platform server image
run: |
echo ${{ secrets.GH_PAT }} | docker login ghcr.io -u USERNAME --password-stdin
docker pull ghcr.io/karrioapi/cloud:${{ needs.platform-server-build.outputs.version }}
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand All @@ -75,7 +75,6 @@ jobs:

- name: Tag and push to AWS ECR
run: |
docker pull ghcr.io/karrioapi/cloud:${{ needs.platform-server-build.outputs.version }}
docker tag ghcr.io/karrioapi/cloud:${{ needs.platform-server-build.outputs.version }} 563562701692.dkr.ecr.us-east-1.amazonaws.com/karrio/api:${{ needs.platform-server-build.outputs.version }}
docker push 563562701692.dkr.ecr.us-east-1.amazonaws.com/karrio/api:${{ needs.platform-server-build.outputs.version }}
Expand All @@ -85,6 +84,9 @@ jobs:
environment: production
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.GH_PAT }}

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lodash.tonumber": "^4.0.3",
"mobx": "^6.12.0",
"moment": "^2.29.4",
"next": "15.0.3",
"next": "15.1.2",
"next-auth": "^5.0.0-beta.25",
"pino": "^7.0.3",
"posthog-js": "^1.96.1",
Expand Down

0 comments on commit 7dfc9c6

Please sign in to comment.