Skip to content

Commit

Permalink
chore: bumps to latest version of forge
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Jan 2, 2025
1 parent c345a14 commit 6648abb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dogfood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ permissions:
packages: write
jobs:
ci:
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.2.2
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.5.0
with:
forge_version: 0.5.0
forge_version: 0.8.1
10 changes: 5 additions & 5 deletions blueprint.cue
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ global: {
"^test(-.*)?$",
]
registries: [
ci.providers.aws.registry,
ci.providers.aws.ecr.registry,
]
providers: {
aws: {
region: "eu-central-1"
registry: "332405224602.dkr.ecr.eu-central-1.amazonaws.com"
role: "arn:aws:iam::332405224602:role/ci"
ecr: registry: "332405224602.dkr.ecr.eu-central-1.amazonaws.com"
region: "eu-central-1"
role: "arn:aws:iam::332405224602:role/ci"
}

docker: credentials: {
Expand Down Expand Up @@ -49,7 +49,7 @@ global: {
]
}
deployment: {
registry: ci.providers.aws.registry
registry: ci.providers.aws.ecr.registry
repo: {
url: "https://github.com/input-output-hk/catalyst-world"
ref: "master"
Expand Down

0 comments on commit 6648abb

Please sign in to comment.