From dd8321ef340011faf60e4afe5a8b9bec9ade8eee Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Wed, 5 Feb 2025 14:54:51 +0100 Subject: [PATCH] [v2-10-test] Fix case in releasing images where chicken-egg-providers are empty (#46467) (cherry picked from commit aa7143b8ab854acb99cb14dc26640bf9f72778d1) Co-authored-by: Jarek Potiuk --- .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 b8758146cc1b1..7b9adcf60dba5 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: