actions-aws-eb
actions-aws-eb copied to clipboard
Elastic beanstalk cli custom action
RUN pip install --upgrade pip awsebcli Is failing on: #0 6.592 × Getting requirements to build wheel did not run successfully. #0 6.592 │ exit code: 1 #0 6.592 ╰─>...
The issue reported [here](https://github.com/yaml/pyyaml/issues/601) is affecting the installation of eb-cli. As workaround, you can apply this PR
The error output from Github action. ``` Build container for action use: '/home/runner/work/_actions/hmanzur/actions-aws-eb/v1.0.0/Dockerfile'. /usr/bin/docker build -t 5bedb4:043[2](https://github.com/Rubrick-AI/websocket/actions/runs/5730946873/job/15530786415#step:2:2)35e6b24b4a21b314a2ddeb1c2916 -f "/home/runner/work/_actions/hmanzur/actions-aws-eb/v1.0.0/Dockerfile" "/home/runner/work/_actions/hmanzur/actions-aws-eb/v1.0.0" Sending build context to Docker daemon 12.8kB Step 1/7 :...
This is my workflow file and i am getting this error: ERROR: This branch does not have a default environment. You must either specify an environment by typing "eb deploy...
Issue: https://github.com/actions/runner-images/issues/7049 ref: https://github.com/hmanzur/actions-aws-eb/issues/10 ref: https://github.com/actions/runner-images/issues/6775#issuecomment-1410270956
``` Step 1/7 : FROM python:3 [6](https://github.com/xx/zz/runs/yyyy?check_suite_focus=true#step:3:6) Head "https://registry-1.docker.io/v2/library/python/manifests/3": received unexpected HTTP status: 500 Internal Server Error [7](https://github.com/xx/zzl/runs/yyyy?check_suite_focus=true#step:3:7) Warning: Docker build failed with exit code 1, back off 9.399 seconds...
I get this error when I try to deploy, and I do have my `.elasticbeanstalk/config.yml` committed into the repo.
Hi, I started getting that error when I updated to a new environment this is my config ``` - name: Beanstalk Deploy uses: hmanzur/[email protected] with: command: 'deploy --staged' env: AWS_ACCESS_KEY_ID:...