Skip to content

Commit 014fbd8

Browse files
committed
ci: adds forge
1 parent 496d28f commit 014fbd8

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

.github/workflows/ci.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

blueprint.cue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)