We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1731484 commit 4d45e58Copy full SHA for 4d45e58
.github/workflows/parrot-release.yml
@@ -43,5 +43,5 @@ jobs:
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
46
- 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
47
IMAGE_TAG: ${{ github.ref_name}}
parrot/.changeset/v0.1.4.md
@@ -0,0 +1 @@
1
+- blank
parrot/.changeset/v0.1.5.md
+- Fixes image upload typo
0 commit comments