diff --git a/.github/workflows/build_docker.yml b/.github/workflows/build_docker.yml index febe31be9..066af9387 100644 --- a/.github/workflows/build_docker.yml +++ b/.github/workflows/build_docker.yml @@ -27,6 +27,4 @@ jobs: context: . platforms: linux/amd64 push: false - build-args: arch=x86_64 - cache-from: type=gha - cache-to: type=gha,mode=max \ No newline at end of file + build-args: arch=x86_64 \ No newline at end of file diff --git a/.github/workflows/interchaintest-E2E.yml b/.github/workflows/interchaintest-E2E.yml index 5a95d80b6..903d4ea0d 100644 --- a/.github/workflows/interchaintest-E2E.yml +++ b/.github/workflows/interchaintest-E2E.yml @@ -58,8 +58,6 @@ jobs: platforms: linux/amd64 push: false build-args: arch=x86_64 - cache-from: type=gha - cache-to: type=gha,mode=max - name: Log in to the Container registry uses: docker/login-action@v2