We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219fbbe commit cb8ea71Copy full SHA for cb8ea71
.github/workflows/deploy-image.yml
@@ -26,7 +26,7 @@ jobs:
26
node-version: 'lts/*'
27
28
- name: Install dependencies
29
- run: npm ci
+ run: yarn install --frozen-lockfile
30
31
- name: Log in to the Container registry
32
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # v2.0.0
0 commit comments