File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1+ name : CI
2+
3+ on :
4+ push :
5+ branches : [master]
6+ tags : ['**']
7+ pull_request :
8+
9+ permissions :
10+ id-token : write
11+ contents : write
12+ packages : write
13+ pull-requests : write
14+
15+ jobs :
16+ ci :
17+ uses : input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.7.1
18+ with :
19+ forge_version : 0.15.0
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ global: {
1010 providers : {
1111 aws : {
1212 region : " eu-central-1 "
13- ecr : registry : " 332405224602.dkr.ecr.eu-central-1.amazonaws.com "
14- role : " arn:aws:iam::332405224602:role/ci "
13+ role : " arn:aws:iam::332405224602:role/ci "
1514 }
1615
1716 docker : credentials : {
@@ -32,7 +31,7 @@ global: {
3231 kcl : {
3332 install : true
3433 registries : [
35- aws . ecr . registry ,
34+ " ghcr.io/input-output-hk/catalyst-kcl " ,
3635 ]
3736 version : " v0.11.0 "
3837 }
You can’t perform that action at this time.
0 commit comments