diff --git a/recipes/common/bluebuild.yml b/recipes/common/bluebuild.yml index 312b74f..c3fe5d5 100644 --- a/recipes/common/bluebuild.yml +++ b/recipes/common/bluebuild.yml @@ -1,6 +1,6 @@ stages: - name: blue-build - image: rust + from: rust modules: - type: containerfile snippets: diff --git a/recipes/common/helix.yml b/recipes/common/helix.yml index 7f67c28..0813eb2 100644 --- a/recipes/common/helix.yml +++ b/recipes/common/helix.yml @@ -1,6 +1,6 @@ stages: - name: helix - image: rust + from: rust modules: - type: script no-cache: true