Skip to content

Commit c1f59b9

Browse files
committed
Fix account number
1 parent 37d9e3c commit c1f59b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/parrot-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
release:
1010
name: Build and Release
1111
runs-on: ubuntu-latest
12-
environment: integration
1312
permissions:
1413
id-token: write
1514
steps:
@@ -43,5 +42,5 @@ jobs:
4342
env:
4443
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4544
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
46-
IMAGE_PREFIX: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com
45+
IMAGE_PREFIX: ${{ secrets.AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com
4746
IMAGE_TAG: ${{ github.ref_name}}

0 commit comments

Comments
 (0)