Skip to content

Commit 59b21f8

Browse files
committed
hail mary
1 parent a48935f commit 59b21f8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ jobs:
88
push_to_registry:
99
name: Build then push image to Docker Hub
1010
runs-on: ubuntu-latest
11+
1112
steps:
13+
- name: Set alternate npm integrity keys
14+
run: |
15+
echo COREPACK_INTEGRITY_KEYS="$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')" >> $GITHUB_ENV
1216
- name: Check out the repo
1317
uses: actions/checkout@v3
1418

0 commit comments

Comments
 (0)