Skip to content

Commit 6446651

Browse files
committed
fix: blueprint.cue
1 parent 05efc44 commit 6446651

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
forge_version: 0.2.0
1919

20-
#test_reporting:
21-
# if: always()
22-
# needs: ci
23-
# uses: ./.github/workflows/generate-allure-report.yml
20+
test_reporting:
21+
if: always()
22+
needs: ci
23+
uses: ./.github/workflows/generate-allure-report.yml

blueprint.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ global: {
1515
providers: {
1616
aws: {
1717
region: "eu-central-1"
18-
registry: "332405224602.dkr.ecr.eu-central-1.amazonaws.com"
18+
ecr: registry: "332405224602.dkr.ecr.eu-central-1.amazonaws.com"
1919
role: "arn:aws:iam::332405224602:role/ci"
2020
}
2121

0 commit comments

Comments
 (0)