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
name: Running exampleon: [push]env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}AWS_REGION: ${{ secrets.AWS_REGION }}jobs:
deploy:
name: 'Deployment'runs-on: ubuntu-lateststeps:
- name: Executing AWS CodeBuild taskuses: dark-mechanicum/aws-codebuild@v1env:
CODEBUILD__imageOverride: "The name of an image for this build that overrides the one specified in the build project"with:
projectName: '<your-aws-codebuild-job-name-here>'
@yellowmamba , it seems to be available now.
In README.md it is listed under Usage/Inputs and also in the Examples.
Just use e.g. image-override: <your-image> in with: block.
Could you add support for
--image-override
option? Happy to PR myself.The text was updated successfully, but these errors were encountered: