Skip to content

Commit

Permalink
Fixes Release image typo (#1603)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra authored Jan 24, 2025
1 parent 1731484 commit 9c676c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parrot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
1 change: 1 addition & 0 deletions parrot/.changeset/v0.1.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- blank
1 change: 1 addition & 0 deletions parrot/.changeset/v0.1.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixes image upload typo

0 comments on commit 9c676c8

Please sign in to comment.