You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix example content missing on CircleCI (#360)
* Fix example content missing on CircleCI
* add extra example fix
---------
Co-authored-by: Mateo Arboleda <mateo.arboleda@circleci.com>
Add parameter to use or not the ecr-credentials-helper (#350)
* Test build-test-then-push-with-buildx without context to replicate issue
* Readd context
* Add a new parameter to avoid using the credentials helper
* Fix error in condition syntax
* Fix job parameters
* Fix requirements in tests jobs
* Fix requirements in tests jobs
* Add matrix paramater to repository name to avoid concurrency issues
* Remove matrix from public registry test
* Fix name on requirements
* Fix name on requirements
* Add extra matrix and conditions
* Simplify matrix behavior
* Remove requirement
* Use just one image
* Fix repo name
* Fix repo name
* Update description of new parameter
Only install ecr-credential-helper when not already installed (#349)
* apt update less often in ecr_login.sh
---------
Co-authored-by: Ryan Good <ryan.good@iheartjane.com>