chore: Capitalize AS
This commit is contained in:
parent
235b3b358c
commit
d0d51d5aa0
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
{%- include "stages.j2" %}
|
||||
|
||||
# Main image
|
||||
FROM {{ recipe.base_image }}:{{ recipe.image_version }} as {{ recipe.name|replace('/', "-") }}
|
||||
FROM {{ recipe.base_image }}:{{ recipe.image_version }} AS {{ recipe.name|replace('/', "-") }}
|
||||
|
||||
ARG RECIPE={{ recipe_path.display() }}
|
||||
ARG IMAGE_REGISTRY={{ registry }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue