Skip to content

Commit 515c885

Browse files
authored
ci(general): bumps forge to v0.19.1 and ci to v1.8.1 (#417)
1 parent 114751b commit 515c885

File tree

26 files changed

+21
-30
lines changed

26 files changed

+21
-30
lines changed

.config/dictionaries/project.dic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ stdcfgs
114114
subproject
115115
subprojects
116116
superfences
117+
tailscale
117118
TARGETARCH
118119
templating
119120
testcov

.github/workflows/dogfood.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ permissions:
1515
packages: write
1616
jobs:
1717
ci:
18-
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.7.3
18+
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.8.1
1919
with:
20-
forge_version: 0.8.1
21-
local: true
20+
forge_version: 0.19.1

blueprint.cue

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "1.0"
21
global: {
32
ci: {
43
local: [
@@ -28,11 +27,23 @@ global: {
2827
}
2928

3029
earthly: {
31-
satellite: "ci"
32-
version: "0.8.15"
30+
satellite: credentials: {
31+
provider: "aws"
32+
path: "global/ci/ci-tls"
33+
}
34+
version: "0.8.15"
3335
}
3436

3537
github: registry: "ghcr.io"
38+
39+
tailscale: {
40+
credentials: {
41+
provider: "aws"
42+
path: "global/ci/tailscale"
43+
}
44+
tags: "tag:cat-github"
45+
version: "latest"
46+
}
3647
}
3748
secrets: [
3849
{
@@ -44,7 +55,10 @@ global: {
4455
]
4556
}
4657
deployment: {
47-
registry: ci.providers.aws.ecr.registry
58+
registries: {
59+
containers: "ghcr.io/input-output-hk/catalyst-forge"
60+
modules: ci.providers.aws.ecr.registry + "/catalyst-deployments"
61+
}
4862
repo: {
4963
url: "https://github.com/input-output-hk/catalyst-world"
5064
ref: "master"

docs/blueprint.cue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
version: "1.0"
21
project: name: "ci-docs"

earthly/bash/blueprint.cue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
version: "1.0"
21
project: name: "ci-bash"

earthly/cassandra/blueprint.cue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
version: "1.0"
21
project: name: "ci-cassandra"

earthly/cspell/blueprint.cue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
version: "1.0"
21
project: name: "ci-cspell"

earthly/flutter/blueprint.cue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "1.0"
21
project: {
32
name: "ci-flutter"
43
ci: targets: {

earthly/go/blueprint.cue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
version: "1.0"
21
project: name: "ci-go"

earthly/java/blueprint.cue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
version: "1.0"
21
project: name: "ci-java"

0 commit comments

Comments
 (0)