Skip to content

Commit

Permalink
Avoid usage of repository variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Aug 2, 2024
1 parent 7fd1364 commit d47705c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: kpfleming/composite-actions/make-ci-image@v2
if: steps.preflight.outputs.need_image == 'true'
with:
build_args: ${{ vars.PYTHON_DISTRIBUTION_NAME }}
build_args: jinjanator-plugin-ansible
base_image: ${{ steps.details.outputs.base_image }}
image_name: ${{ steps.details.outputs.image_base }}:${{ steps.preflight.outputs.image_tag }}
image_cache_key: ${{ steps.preflight.outputs.image_cache_key }}
Expand Down

0 comments on commit d47705c

Please sign in to comment.