diff --git a/.github/workflows/parrot-release.yml b/.github/workflows/parrot-release.yml index 87875c369..39747ec02 100644 --- a/.github/workflows/parrot-release.yml +++ b/.github/workflows/parrot-release.yml @@ -43,5 +43,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} - IMAGE_PREFIX: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/parrot + IMAGE_PREFIX: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com IMAGE_TAG: ${{ github.ref_name}} diff --git a/parrot/.changeset/v0.1.4.md b/parrot/.changeset/v0.1.4.md new file mode 100644 index 000000000..b56dba109 --- /dev/null +++ b/parrot/.changeset/v0.1.4.md @@ -0,0 +1 @@ +- blank \ No newline at end of file diff --git a/parrot/.changeset/v0.1.5.md b/parrot/.changeset/v0.1.5.md new file mode 100644 index 000000000..9da5f84e4 --- /dev/null +++ b/parrot/.changeset/v0.1.5.md @@ -0,0 +1 @@ +- Fixes image upload typo \ No newline at end of file