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 b335391e13455a4493884aa1c56b9f4cdb1ec04c Author: Jarek Potiuk <[email protected]> AuthorDate: Mon Oct 30 21:31:12 2023 +0100 Testing --- .github/actions/build-ci-images/action.yml | 1 - Dockerfile.ci | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/build-ci-images/action.yml b/.github/actions/build-ci-images/action.yml index e93b2f4e71..1c8d4970c2 100644 --- a/.github/actions/build-ci-images/action.yml +++ b/.github/actions/build-ci-images/action.yml @@ -37,4 +37,3 @@ runs: - 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
