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 37d9e3c commit c1f59b9Copy full SHA for c1f59b9
.github/workflows/parrot-release.yml
@@ -9,7 +9,6 @@ jobs:
9
release:
10
name: Build and Release
11
runs-on: ubuntu-latest
12
- environment: integration
13
permissions:
14
id-token: write
15
steps:
@@ -43,5 +42,5 @@ jobs:
43
42
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
+ IMAGE_PREFIX: ${{ secrets.AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com
47
IMAGE_TAG: ${{ github.ref_name}}
0 commit comments