Skip to content

Commit

Permalink
Fix case in releasing images where chicken-egg-providers are empty (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored and niklasr22 committed Feb 8, 2025
1 parent 9248be4 commit 081f4eb
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 081f4eb

Please sign in to comment.