We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi John,
When I was try to run the git actions, got the following error. Any insight what went wrong? Thanks!
Run cd ./python cd ./python echo *** | docker login -u xsqian --password-stdin docker image build -t xsqian/gitops:hellov1.0 . docker push xsqian/gitops:hellov1.0 shell: /usr/bin/bash -e {0} env: pythonLocation: /opt/hostedtoolcache/Python/3.7.11/x64 /home/runner/work/_temp/30d82465-db58-4fc4-8139-ed8d8f5762d6.sh: line 2: unexpected EOF while looking for matching `"' Error: Process completed with exit code 2.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi John,
When I was try to run the git actions, got the following error. Any insight what went wrong? Thanks!
Run cd ./python
cd ./python
echo *** | docker login -u xsqian --password-stdin
docker image build -t xsqian/gitops:hellov1.0 .
docker push xsqian/gitops:hellov1.0
shell: /usr/bin/bash -e {0}
env:
pythonLocation: /opt/hostedtoolcache/Python/3.7.11/x64
/home/runner/work/_temp/30d82465-db58-4fc4-8139-ed8d8f5762d6.sh: line 2: unexpected EOF while looking for matching `"'
Error: Process completed with exit code 2.
The text was updated successfully, but these errors were encountered: