diff --git a/.github/workflows/rollup-tezos-binaries-docker.yml b/.github/workflows/rollup-tezos-binaries-docker.yml index 32be9ce..45e0fd7 100644 --- a/.github/workflows/rollup-tezos-binaries-docker.yml +++ b/.github/workflows/rollup-tezos-binaries-docker.yml @@ -30,8 +30,9 @@ jobs: with: context: ./infra_tooling/docker/rollup-tezos-binaries/ platforms: linux/amd64 - cache-from: type=gha - cache-to: type=gha,mode=max + no-cache: true + # cache-from: type=gha + # cache-to: type=gha,mode=max # Only push if on main branch push: ${{ github.ref == 'refs/heads/infra-main' }} tags: | diff --git a/infra_tooling/docker/baseimage_build_kernels/README.md b/infra_tooling/docker/baseimage_build_kernels/README.md index 109838b..34dadfa 100644 --- a/infra_tooling/docker/baseimage_build_kernels/README.md +++ b/infra_tooling/docker/baseimage_build_kernels/README.md @@ -1 +1 @@ -Docker image that contains tools to: build & originate smart contracts, build and run sr kernels \ No newline at end of file +Docker image that contains tools to: build & originate smart contracts, build and run sr kernels \ No newline at end of file