We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48935f commit 59b21f8Copy full SHA for 59b21f8
1 file changed
.github/workflows/deploy.yml
@@ -8,7 +8,11 @@ jobs:
8
push_to_registry:
9
name: Build then push image to Docker Hub
10
runs-on: ubuntu-latest
11
+
12
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
16
- name: Check out the repo
17
uses: actions/checkout@v3
18
0 commit comments