Skip to content

Commit

Permalink
Merge pull request #1116 from alphagov/provide-fallback-value-for-aut…
Browse files Browse the repository at this point in the history
…omatic-workflows

Provide fallback value for ecrRepositoryName
  • Loading branch information
CristinaRO authored Jul 19, 2023
2 parents 416b950 + e230406 commit 92f876a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: alphagov/govuk-infrastructure/.github/workflows/build-and-push-image.yml@main
with:
gitRef: ${{ inputs.gitRef || github.ref }}
ecrRepositoryName: ${{ inputs.ecrRepositoryName }}
ecrRepositoryName: ${{ inputs.ecrRepositoryName || 'content-store' }}
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_GOVUK_ECR_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_GOVUK_ECR_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 92f876a

Please sign in to comment.