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 fe20dde61c5c7513787de629320789b102e3a25c Author: Jarek Potiuk <[email protected]> AuthorDate: Mon Oct 30 21:31:12 2023 +0100 Testing --- .github/actions/build-ci-images/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-ci-images/action.yml b/.github/actions/build-ci-images/action.yml index e93b2f4e71..5dc034d2a2 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: Xbreeze ci-image build --push --tag-as-latest --run-in-parallel --upgrade-on-failure - name: "Fix ownership" shell: bash run: breeze ci fix-ownership
