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 3e962bf commit c69d29cCopy full SHA for c69d29c
.github/workflows/integration-tests.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
result-encoding: string
40
script: |
41
- const script = require('./.github/workflows/scripts/npm-to-docker-image.js');
+ const script = require('./.github/workflows/scripts/get-dev-image-tag.js');
42
return await script({ core });
43
- name: Setup NPM latest version variable
44
id: npm-latest-version
0 commit comments