Skip to content

Commit c69d29c

Browse files
committed
use new file name
1 parent 3e962bf commit c69d29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
result-encoding: string
4040
script: |
41-
const script = require('./.github/workflows/scripts/npm-to-docker-image.js');
41+
const script = require('./.github/workflows/scripts/get-dev-image-tag.js');
4242
return await script({ core });
4343
- name: Setup NPM latest version variable
4444
id: npm-latest-version

0 commit comments

Comments
 (0)