skip to Main Content

Github actions fails when pushing docker image to ECR

I'm referring to the official github guide to set up automated deploy to ECS https://docs.github.com/en/actions/deployment/deploying-to-your-cloud-provider/deploying-to-amazon-elastic-container-service My deploy.yaml workflow looks identical to the one in the above link, only with the correct environment variables substituted i've completed all the steps as…

VIEW QUESTION

Provide arguments to docker container in composite GitHub action

I'm trying to pass some dynamically created arguments within a composite GitHub Action. The documentation however is lacking examples on how to pass arguments in this case to the docker container. https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runsstepsuses See here the thing I'm trying to achieve.…

VIEW QUESTION

PHPUnit Cannot acquire reference to $GLOBALS – PHP Versions

I am getting an error when running PHPUnit tests on GitHub actions. PHP Fatal error: Cannot acquire reference to $GLOBALS in /home/runner/work/project-name/project-name/vendor/phpunit/phpunit/src/Util/Configuration.php on line 570 It seems like this error is likely related to PHP8 (https://php.watch/versions/8.1/GLOBALS-restrictions), but the test matrix…

VIEW QUESTION
Back To Top
Search