Skip to content

Commit

Permalink
👷 Remove erpc docker cache
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Dec 18, 2024
1 parent d7d7ab2 commit 7fa4357
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ jobs:
tags: |
262732185023.dkr.ecr.eu-west-1.amazonaws.com/erpc:latest
262732185023.dkr.ecr.eu-west-1.amazonaws.com/erpc:${{ github.sha }}
# Github actions cache
cache-from: type=gha
cache-to: type=gha,mode=min
no-cache: true
- name: "🚀 SST Deploy"
run: |
Expand Down
2 changes: 1 addition & 1 deletion packages/erpc/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ export default initErpcConfig({
upstreams: [
upstreams.alchemy,
upstreams.drpc,
upstreams.llamaFree,
upstreams.pimlico,
upstreams.llamaFree,
],
auth: {
strategies: [
Expand Down

0 comments on commit 7fa4357

Please sign in to comment.