Skip to content

Commit

Permalink
fix: Pulling wrong exports image
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Mar 27, 2024
1 parent 1af517e commit e3ca95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/templates/modules/modules.j2
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN \
{%- if type == "akmods" %}
--mount=type=bind,from=stage-akmods-{{ module.generate_akmods_info(os_version).stage_name }},src=/rpms,dst=/tmp/rpms,rw \
{%- endif %}
--mount=type=bind,from=ghcr.io/blue-build/cli/exports,src=/exports.sh,dst=/tmp/exports.sh \
--mount=type=bind,from=ghcr.io/blue-build/cli:exports,src=/exports.sh,dst=/tmp/exports.sh \
--mount=type=cache,dst=/var/cache/rpm-ostree,id=rpm-ostree-cache-{{ recipe.name }}-{{ recipe.image_version }},sharing=locked \
echo "========== Start {{ type|capitalize }} module ==========" \
&& chmod +x /tmp/modules/{{ type }}/{{ type }}.sh \
Expand Down

0 comments on commit e3ca95d

Please sign in to comment.