This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-10-test by this push:
new fda2559d208 [v2-10-test] Fix case in releasing images where
chicken-egg-providers are empty (#46467) (#46468)
fda2559d208 is described below
commit fda2559d20841c2f5c18de340b6dec442bf2b952
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 5 14:56:12 2025 +0100
[v2-10-test] Fix case in releasing images where chicken-egg-providers are
empty (#46467) (#46468)
(cherry picked from commit aa7143b8ab854acb99cb14dc26640bf9f72778d1)
Co-authored-by: Jarek Potiuk <[email protected]>
---
.github/workflows/release_dockerhub_image.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release_dockerhub_image.yml
b/.github/workflows/release_dockerhub_image.yml
index b8758146cc1..7b9adcf60db 100644
--- a/.github/workflows/release_dockerhub_image.yml
+++ b/.github/workflows/release_dockerhub_image.yml
@@ -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: