bouzuya

Results 13 issues of bouzuya

### Orb version 8.1.2 ### What happened ```yaml # ... jobs: build-and-push-image: executor: ecr-deploy steps: - setup_remote_docker - aws-ecr/build-and-push-image: repo: "repo1" tag: "${CIRCLE_SHA1}" - aws-ecr/build-and-push-image: path: "./path2" repo: "repo2" tag:...

bug

I am currently using version 1.0.0-alpha.5 of the google-authz crate. It seems that the google-authz crate doesn't consider [feature unification][1]. When using Cargo workspaces, situations may arise where some crates...

I couldn't compile the `examples`. Please fix this. - Plan A: Remove examples/ - Plan B: Replace google-authz deps from examples/ with any crates - ... - Plan C: Update...