mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-14 05:17:18 -07:00
docker pull
This commit is contained in:
@@ -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 }}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user