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 63f321cd0211b81e8b443eb2bbd3c72758418ca0 Author: Jarek Potiuk <[email protected]> AuthorDate: Mon Oct 30 21:31:12 2023 +0100 Testing --- .github/actions/build-ci-images/action.yml | 2 +- Dockerfile.ci | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/build-ci-images/action.yml b/.github/actions/build-ci-images/action.yml index e93b2f4e71..e784f21c44 100644 --- a/.github/actions/build-ci-images/action.yml +++ b/.github/actions/build-ci-images/action.yml @@ -33,7 +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: ls /xxxxx - name: "Fix ownership" shell: bash run: breeze ci fix-ownership 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
