mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-20 11:00:40 -07:00
Fix dry run. (#10286)
This commit is contained in:
committed by
GitHub
parent
46c884de51
commit
a80cd28d4c
2
.github/actions/push-sandbox/action.yml
vendored
2
.github/actions/push-sandbox/action.yml
vendored
@@ -77,7 +77,7 @@ runs:
|
||||
echo "uri=$(cat final_image_uri.txt)" >> $GITHUB_OUTPUT
|
||||
- name: 'publish'
|
||||
shell: 'bash'
|
||||
if: "${{ inputs.dry-run == 'false' }}"
|
||||
if: "${{ inputs.dry-run != 'true' }}"
|
||||
run: |-
|
||||
docker push "${{ steps.docker_build.outputs.uri }}"
|
||||
- name: 'Create issue on failure'
|
||||
|
||||
Reference in New Issue
Block a user