Skip to content

Commit

Permalink
[v2-10-test] Fix case in releasing images where chicken-egg-providers…
Browse files Browse the repository at this point in the history
… are empty (#46467)

(cherry picked from commit aa7143b)

Co-authored-by: Jarek Potiuk <[email protected]>
  • Loading branch information
potiuk authored and Your Name committed Feb 5, 2025
1 parent b93c3db commit dd8321e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_dockerhub_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
${SKIP_LATEST}
${LIMIT_PLATFORM}
--limit-python ${PYTHON_VERSION}
--chicken-egg-providers ${CHICKEN_EGG_PROVIDERS}
--chicken-egg-providers "${CHICKEN_EGG_PROVIDERS}"
- name: >
Release slim images: ${{ github.event.inputs.airflowVersion }}, ${{ matrix.python-version }}
env:
Expand Down

0 comments on commit dd8321e

Please sign in to comment.