Skip to content

Commit

Permalink
Update .github/actions/build-n-cache-image/action.yml
Browse files Browse the repository at this point in the history
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
  • Loading branch information
Gilbert09 and greptile-apps[bot] authored Feb 7, 2025
1 parent 718e0a8 commit b3fc923
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/build-n-cache-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ inputs:
default: false
description: Whether to push the built image - requires aws-access-key and aws-access-secret
aws-access-key:
required: false
description: AWS key to log into ECR
required: ${{ inputs.push-image == 'true' }}
description: AWS key to log into ECR (required when push-image is true)
aws-access-secret:
required: false
description: AWS secret to log into ECR
required: ${{ inputs.push-image == 'true' }}
description: AWS secret to log into ECR (required when push-image is true)
dockerhub-username:
required: false
description: Dockerhub username for pushing image
Expand Down

0 comments on commit b3fc923

Please sign in to comment.