Skip to content

Commit

Permalink
WIP Provide 2 additional tags for built image
Browse files Browse the repository at this point in the history
  • Loading branch information
mike29736 committed Dec 20, 2023
1 parent 6de9a47 commit 1b9a39d
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 @@ -19,7 +19,7 @@ jobs:
uses: alphagov/govuk-infrastructure/.github/workflows/build-and-push-image.yml@additional-image-tag-or-tags
with:
gitRef: ${{ inputs.gitRef || github.ref_name }}
additionalImageTag: this-is-my-tag
additionalImageTags: this-is-my-tag and-here_s-another-1
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_GOVUK_ECR_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_GOVUK_ECR_SECRET_ACCESS_KEY }}

0 comments on commit 1b9a39d

Please sign in to comment.