diff --git a/.github/workflows/dogfood.yml b/.github/workflows/dogfood.yml index 4a77d010..d6b49481 100644 --- a/.github/workflows/dogfood.yml +++ b/.github/workflows/dogfood.yml @@ -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 \ No newline at end of file + forge_version: 0.8.1 \ No newline at end of file diff --git a/blueprint.cue b/blueprint.cue index cb501762..b0cea5bd 100644 --- a/blueprint.cue +++ b/blueprint.cue @@ -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: { @@ -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"