This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch test-failing-composite-action
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit e64707f03e518be44271a2e8563f852784d5ea9d
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Oct 30 21:31:12 2023 +0100

    Testing
---
 .github/actions/build-ci-images/action.yml | 3 +--
 Dockerfile.ci                              | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/actions/build-ci-images/action.yml 
b/.github/actions/build-ci-images/action.yml
index e93b2f4e71..daf76f6172 100644
--- a/.github/actions/build-ci-images/action.yml
+++ b/.github/actions/build-ci-images/action.yml
@@ -33,8 +33,7 @@ runs:
       if: env.UPGRADE_TO_NEWER_DEPENDENCIES != 'false'
     - name: "Build & Push AMD64 CI images ${{ env.IMAGE_TAG }} ${{ 
env.PYTHON_VERSIONS }}"
       shell: bash
-      run: breeze ci-image build --push --tag-as-latest --run-in-parallel 
--upgrade-on-failure
+      run: exit 1
     - name: "Fix ownership"
       shell: bash
       run: breeze ci fix-ownership
-      if: always()
diff --git a/Dockerfile.ci b/Dockerfile.ci
index 48301ba232..a22d3fdee5 100644
--- a/Dockerfile.ci
+++ b/Dockerfile.ci
@@ -16,7 +16,7 @@
 #
 # WARNING: THIS DOCKERFILE IS NOT INTENDED FOR PRODUCTION USE OR DEPLOYMENT.
 #
-ARG PYTHON_BASE_IMAGE="python:3.8-slim-bullseye"
+ARGxxx PYTHON_BASE_IMAGE="python:3.8-slim-bullseye"
 
 
##############################################################################################
 # This is the script image where we keep all inlined bash scripts needed in 
other segments

Reply via email to