From 10fe780ee73e7445adcdf528bef2c73a2d712a03 Mon Sep 17 00:00:00 2001 From: Ivan Pavlovic Date: Wed, 21 Feb 2024 00:06:22 +0100 Subject: [PATCH] [CI-IMPROVEMENT-10] Remove unused buildx flags * Remove docker buildx flags that are not used Signed-off-by: Ivan Pavlovic --- .github/workflows/airflow-operator.yml | 5 +---- .github/workflows/python-client.yml | 5 +---- .github/workflows/test.yml | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/workflows/airflow-operator.yml b/.github/workflows/airflow-operator.yml index 2599dab727f..b8f1f6a4d57 100644 --- a/.github/workflows/airflow-operator.yml +++ b/.github/workflows/airflow-operator.yml @@ -77,10 +77,7 @@ jobs: # due to longer queue times. runs-on: ubuntu-22.04 env: - # Cache Docker layers in the Github actions cache. - # These variables are picked up by the goreleaser config. - DOCKER_BUILDX_CACHE_FROM: "type=gha" - DOCKER_BUILDX_CACHE_TO: "type=gha,mode=max" + # This variable is picked up by the goreleaser config. DOCKER_BUILDX_BUILDER: "builder" steps: - uses: actions/checkout@v3.3.0 diff --git a/.github/workflows/python-client.yml b/.github/workflows/python-client.yml index f5ffffcd223..0275e9221e8 100644 --- a/.github/workflows/python-client.yml +++ b/.github/workflows/python-client.yml @@ -60,10 +60,7 @@ jobs: # due to longer queue times. runs-on: ubuntu-22.04 env: - # Cache Docker layers in the Github actions cache. - # These variables are picked up by the goreleaser config. - DOCKER_BUILDX_CACHE_FROM: "type=gha" - DOCKER_BUILDX_CACHE_TO: "type=gha,mode=max" + # This variable is picked up by the goreleaser config. DOCKER_BUILDX_BUILDER: "builder" steps: - uses: actions/checkout@v3.3.0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0618cccc227..aee304d83a8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -90,10 +90,7 @@ jobs: env: ARMADA_EXECUTOR_INGRESS_URL: "http://localhost" ARMADA_EXECUTOR_INGRESS_PORT: 5001 - # Cache Docker layers in the GitHub actions cache. - # These variables are picked up by the goreleaser config. - DOCKER_BUILDX_CACHE_FROM: "type=gha" - DOCKER_BUILDX_CACHE_TO: "type=gha,mode=max" + # This variable is picked up by the goreleaser config. DOCKER_BUILDX_BUILDER: "builder" steps: