docker pull

This commit is contained in:
mkorwel
2025-10-24 08:23:42 -07:00
parent aecfa04862
commit 6502f99619
+3
View File
@@ -61,6 +61,9 @@ jobs:
username: '${{ github.repository_owner }}'
password: '${{ secrets.GITHUB_TOKEN }}'
- name: 'Pull sandbox image'
run: 'docker pull ${{ inputs.image-uri }}'
- name: 'Install dependencies'
run: 'npm install ${{ inputs.cli-package-name }}@${{ inputs.version }}'