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: